PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::SMS::AppSummary; use Moose; has AppId => (is => 'ro', isa => 'Str', request_name => 'appId', traits => ['NameInRequest']); has CreationTime => (is => 'ro', isa => 'Str', request_name => 'creationTime', traits => ['NameInRequest']); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has ImportedAppId => (is => 'ro', isa => 'Str', request_name => 'importedAppId', traits => ['NameInRequest']); has LastModified => (is => 'ro', isa => 'Str', request_name => 'lastModified', traits => ['NameInRequest']); has LatestReplicationTime => (is => 'ro', isa => 'Str', request_name => 'latestReplicationTime', traits => ['NameInRequest']); has LaunchConfigurationStatus => (is => 'ro', isa => 'Str', request_name => 'launchConfigurationStatus', traits => ['NameInRequest']); has LaunchDetails => (is => 'ro', isa => 'Paws::SMS::LaunchDetails', request_name => 'launchDetails', traits => ['NameInRequest']); has LaunchStatus => (is => 'ro', isa => 'Str', request_name => 'launchStatus', traits => ['NameInRequest']); has LaunchStatusMessage => (is => 'ro', isa => 'Str', request_name => 'launchStatusMessage', traits => ['NameInRequest']); has Name => (is => 'ro', isa => 'Str', request_name => 'name', traits => ['NameInRequest']); has ReplicationConfigurationStatus => (is => 'ro', isa => 'Str', request_name => 'replicationConfigurationStatus', traits => ['NameInRequest']); has ReplicationStatus => (is => 'ro', isa => 'Str', request_name => 'replicationStatus', traits => ['NameInRequest']); has ReplicationStatusMessage => (is => 'ro', isa => 'Str', request_name => 'replicationStatusMessage', traits => ['NameInRequest']); has RoleName => (is => 'ro', isa => 'Str', request_name => 'roleName', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Str', request_name => 'status', traits => ['NameInRequest']); has StatusMessage => (is => 'ro', isa => 'Str', request_name => 'statusMessage', traits => ['NameInRequest']); has TotalServerGroups => (is => 'ro', isa => 'Int', request_name => 'totalServerGroups', traits => ['NameInRequest']); has TotalServers => (is => 'ro', isa => 'Int', request_name => 'totalServers', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::SMS::AppSummary =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Information about the application. =head1 ATTRIBUTES =head2 AppId => Str The unique ID of the application. =head2 CreationTime => Str The creation time of the application. =head2 Description => Str The description of the application. =head2 ImportedAppId => Str The ID of the application. =head2 LastModified => Str The last modified time of the application. =head2 LatestReplicationTime => Str The timestamp of the application's most recent successful replication. =head2 LaunchConfigurationStatus => Str Status of the launch configuration. =head2 LaunchDetails => L Details about the latest launch of the application. =head2 LaunchStatus => Str The launch status of the application. =head2 LaunchStatusMessage => Str A message related to the launch status of the application. =head2 Name => Str The name of the application. =head2 ReplicationConfigurationStatus => Str Status of the replication configuration. =head2 ReplicationStatus => Str The replication status of the application. =head2 ReplicationStatusMessage => Str A message related to the replication status of the application. =head2 RoleName => Str The name of the service role in the customer's account used by AWS SMS. =head2 Status => Str Status of the application. =head2 StatusMessage => Str A message related to the status of the application =head2 TotalServerGroups => Int The number of server groups present in the application. =head2 TotalServers => Int The number of servers present in the application. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut