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
The unique ID of the application.
CreationTime => Str
The creation time of the application.
Description => Str
The description of the application.
ImportedAppId => Str
The ID of the application.
LastModified => Str
The last modified time of the application.
LatestReplicationTime => Str
The timestamp of the application's most recent successful replication.
LaunchConfigurationStatus => Str
Status of the launch configuration.
LaunchDetails => Paws::SMS::LaunchDetails
Details about the latest launch of the application.
LaunchStatus => Str
The launch status of the application.
LaunchStatusMessage => Str
A message related to the launch status of the application.
Name => Str
The name of the application.
ReplicationConfigurationStatus => Str
Status of the replication configuration.
ReplicationStatus => Str
The replication status of the application.
ReplicationStatusMessage => Str
A message related to the replication status of the application.
RoleName => Str
The 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
The number of server groups present in the application.
TotalServers => Int
The 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