Class: Aws::SSM::Types::AssociationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Describes a filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the filter.
-
#value ⇒ String
The filter value.
Instance Attribute Details
#key ⇒ String
The name of the filter.
InstanceId
has been deprecated.
808 809 810 811 812 813 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 808 class AssociationFilter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The filter value.
808 809 810 811 812 813 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 808 class AssociationFilter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |