NAME

Paws::SMS::AppSummary

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::SMS::AppSummary object:

$service_obj->Method(Att1 => { AppId => $value, ..., TotalServers => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SMS::AppSummary object:

$result = $service_obj->Method(...);
$result->Att1->AppId

DESCRIPTION

Information about the application.

ATTRIBUTES

AppId => Str

Unique ID of the application.

CreationTime => Str

Time of creation of this application.

Description => Str

Description of the application.

LastModified => Str

Timestamp of the application's creation.

LatestReplicationTime => Str

Timestamp of the application's most recent successful replication.

LaunchDetails => Paws::SMS::LaunchDetails

Details about the latest launch of the application.

LaunchStatus => Str

Launch status of the application.

LaunchStatusMessage => Str

A message related to the launch status of the application.

Name => Str

Name of the application.

ReplicationStatus => Str

Replication status of the application.

ReplicationStatusMessage => Str

A message related to the replication status of the application.

RoleName => Str

Name of the service role in the customer's account used by AWS SMS.

Status => Str

Status of the application.

StatusMessage => Str

A message related to the status of the application

TotalServerGroups => Int

Number of server groups present in the application.

TotalServers => Int

Number of servers present in the application.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SMS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues