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

Class: Aws::SSM::Types::InstanceInformationFilter

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

Overview

Note:

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

{
  key: "InstanceIds", # required, accepts InstanceIds, AgentVersion, PingStatus, PlatformTypes, ActivationIds, IamRole, ResourceType, AssociationStatus
  value_set: ["InstanceInformationFilterValue"], # required
}

Describes a filter for a specific list of instances. You can filter instances information by using tags. You specify tags by using a key-value mapping.

Use this action instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and does not support tags.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Possible values:

  • InstanceIds
  • AgentVersion
  • PingStatus
  • PlatformTypes
  • ActivationIds
  • IamRole
  • ResourceType
  • AssociationStatus

Returns:

  • (String)

    The name of the filter.

#value_setArray<String>

The filter values.

Returns:

  • (Array<String>)

    The filter values.