Class: Aws::SSM::Types::InstancePropertyStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InstancePropertyStringFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The filters to describe or get information about your managed nodes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The filter key name to describe your managed nodes.
-
#operator ⇒ String
The operator used by the filter call.
-
#values ⇒ Array<String>
The filter key name to describe your managed nodes.
Instance Attribute Details
#key ⇒ String
The filter key name to describe your managed nodes.
10084 10085 10086 10087 10088 10089 10090 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10084 class InstancePropertyStringFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operator used by the filter call.
10084 10085 10086 10087 10088 10089 10090 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10084 class InstancePropertyStringFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter key name to describe your managed nodes.
10084 10085 10086 10087 10088 10089 10090 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10084 class InstancePropertyStringFilter < Struct.new( :key, :values, :operator) SENSITIVE = [] include Aws::Structure end |