Class: Aws::SSM::Types::AutomationExecutionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AutomationExecutionFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
One or more keys to limit the results.
-
#values ⇒ Array<String>
The values used to limit the execution information associated with the filter's key.
Instance Attribute Details
#key ⇒ String
One or more keys to limit the results.
1431 1432 1433 1434 1435 1436 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1431 class AutomationExecutionFilter < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values used to limit the execution information associated with the filter's key.
1431 1432 1433 1434 1435 1436 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1431 class AutomationExecutionFilter < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |