Class: Aws::SSM::Types::AssociationExecutionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationExecutionFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Filters used in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key value used in the request.
-
#type ⇒ String
The filter type specified in the request.
-
#value ⇒ String
The value specified for the key.
Instance Attribute Details
#key ⇒ String
The key value used in the request.
710 711 712 713 714 715 716 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 710 class AssociationExecutionFilter < Struct.new( :key, :value, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The filter type specified in the request.
710 711 712 713 714 715 716 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 710 class AssociationExecutionFilter < Struct.new( :key, :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value specified for the key.
710 711 712 713 714 715 716 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 710 class AssociationExecutionFilter < Struct.new( :key, :value, :type) SENSITIVE = [] include Aws::Structure end |