You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::InstanceInformationStringFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InstanceInformationStringFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "InstanceInformationStringFilterKey", # required
  values: ["InstanceInformationFilterValue"], # required
}

The filters to describe or get information about your managed instances.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The filter key name to describe your instances. For example:

\"InstanceIds\"|\"AgentVersion\"|\"PingStatus\"|\"PlatformTypes\"|\"ActivationIds\"|\"IamRole\"|\"ResourceType\"|\"AssociationStatus\"|\"Tag Key\"

Returns:

  • (String)

    The filter key name to describe your instances.

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)

    The filter values.