Class: Aws::SSM::Types::StepExecutionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StepExecutionFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
A filter to limit the amount of step execution information returned by the call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
One or more keys to limit the results.
-
#values ⇒ Array<String>
The values of the filter key.
Instance Attribute Details
#key ⇒ String
One or more keys to limit the results.
18523 18524 18525 18526 18527 18528 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18523 class StepExecutionFilter < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of the filter key.
18523 18524 18525 18526 18527 18528 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18523 class StepExecutionFilter < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |