Class: Aws::SSM::Types::StepExecutionFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

One or more keys to limit the results.

Returns:

  • (String)


17583
17584
17585
17586
17587
17588
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17583

class StepExecutionFilter < Struct.new(
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values of the filter key.

Returns:

  • (Array<String>)


17583
17584
17585
17586
17587
17588
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17583

class StepExecutionFilter < Struct.new(
  :key,
  :values)
  SENSITIVE = []
  include Aws::Structure
end