Class: Aws::SSM::Types::InstanceInformationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InstanceInformationFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.
Use this operation instead of the
DescribeInstanceInformationRequest$InstanceInformationFilterList
method. The InstanceInformationFilterList
method is a legacy method
and doesn't support tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the filter.
-
#value_set ⇒ Array<String>
The filter values.
Instance Attribute Details
#key ⇒ String
The name of the filter.
9878 9879 9880 9881 9882 9883 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9878 class InstanceInformationFilter < Struct.new( :key, :value_set) SENSITIVE = [] include Aws::Structure end |
#value_set ⇒ Array<String>
The filter values.
9878 9879 9880 9881 9882 9883 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9878 class InstanceInformationFilter < Struct.new( :key, :value_set) SENSITIVE = [] include Aws::Structure end |