NAME
Paws::SSM::InstanceInformation
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::SSM::InstanceInformation object:
$service_obj->Method(Att1 => { ActivationId => $value, ..., ResourceType => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::InstanceInformation object:
$result = $service_obj->Method(...);
$result->Att1->ActivationId
DESCRIPTION
Describes a filter for a specific list of instances.
ATTRIBUTES
ActivationId => Str
The activation ID created by Systems Manager when the server or VM was
registered.
AgentVersion => Str
The version of the SSM Agent running on your Linux instance.
AssociationOverview => Paws::SSM::InstanceAggregatedAssociationOverview
Information about the association.
AssociationStatus => Str
The status of the association.
ComputerName => Str
The fully qualified host name of the managed instance.
IamRole => Str
The Amazon Identity and Access Management (IAM) role assigned to EC2
instances or managed instances.
InstanceId => Str
The instance ID.
IPAddress => Str
The IP address of the managed instance.
IsLatestVersion => Bool
Indicates whether latest version of the SSM Agent is running on your
instance.
LastAssociationExecutionDate => Str
The date the association was last executed.
LastPingDateTime => Str
The date and time when agent last pinged Systems Manager service.
LastSuccessfulAssociationExecutionDate => Str
The last date the association was successfully run.
Name => Str
The name of the managed instance.
PingStatus => Str
Connection status of the SSM Agent.
PlatformName => Str
The name of the operating system platform running on your instance.
PlatformType => Str
The operating system platform type.
PlatformVersion => Str
The version of the OS platform running on your instance.
RegistrationDate => Str
The date the server or VM was registered with AWS as a managed
instance.
ResourceType => Str
The type of instance. Instances are either EC2 instances or managed
instances.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SSM
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