Class: Aws::SSM::Types::AssociationExecutionTargetsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationExecutionTargetsFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Filters for the association execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key value used in the request.
-
#value ⇒ String
The value specified for the key.
Instance Attribute Details
#key ⇒ String
The key value used in the request.
785 786 787 788 789 790 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 785 class AssociationExecutionTargetsFilter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value specified for the key.
785 786 787 788 789 790 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 785 class AssociationExecutionTargetsFilter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |