![]() |
![]()
| ![]() |
![]()
NAMEPaws::SMS::AppSummary USAGEThis 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 DESCRIPTIONInformation about the application. ATTRIBUTESAppId => StrThe unique ID of the application. CreationTime => StrThe creation time of the application. Description => StrThe description of the application. ImportedAppId => StrThe ID of the application. LastModified => StrThe last modified time of the application. LatestReplicationTime => StrThe timestamp of the application's most recent successful replication. LaunchConfigurationStatus => StrStatus of the launch configuration. LaunchDetails => Paws::SMS::LaunchDetailsDetails about the latest launch of the application. LaunchStatus => StrThe launch status of the application. LaunchStatusMessage => StrA message related to the launch status of the application. Name => StrThe name of the application. ReplicationConfigurationStatus => StrStatus of the replication configuration. ReplicationStatus => StrThe replication status of the application. ReplicationStatusMessage => StrA message related to the replication status of the application. RoleName => StrThe name of the service role in the customer's account used by AWS SMS. Status => StrStatus of the application. StatusMessage => StrA message related to the status of the application TotalServerGroups => IntThe number of server groups present in the application. TotalServers => IntThe number of servers present in the application. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SMS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|