Class: Aws::SSM::Types::InstancePropertyFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InstancePropertyFilter
- 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.
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.
10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10073 class InstancePropertyFilter < Struct.new( :key, :value_set) SENSITIVE = [] include Aws::Structure end |
#value_set ⇒ Array<String>
The filter values.
10073 10074 10075 10076 10077 10078 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10073 class InstancePropertyFilter < Struct.new( :key, :value_set) SENSITIVE = [] include Aws::Structure end |