![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::Session 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::SSM::Session object: $service_obj->Method(Att1 => { Details => $value, ..., Target => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::Session object: $result = $service_obj->Method(...); $result->Att1->Details DESCRIPTIONInformation about a Session Manager connection to an instance. ATTRIBUTESDetails => StrReserved for future use. DocumentName => StrThe name of the Session Manager SSM document used to define the parameters and plugin settings for the session. For example, "SSM-SessionManagerRunShell". EndDate => StrThe date and time, in ISO-8601 Extended format, when the session was terminated. OutputUrl => Paws::SSM::SessionManagerOutputUrlReserved for future use. Owner => StrThe ID of the AWS user account that started the session. SessionId => StrThe ID of the session. StartDate => StrThe date and time, in ISO-8601 Extended format, when the session began. Status => StrThe status of the session. For example, "Connected" or "Terminated". Target => StrThe instance that the Session Manager session connected to. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM 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>
|