Class: Aws::SSM::Types::AssociationExecutionFilter

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

Instance Attribute Details

#keyString

The key value used in the request.

Returns:

  • (String)


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

#typeString

The filter type specified in the request.

Returns:

  • (String)


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

#valueString

The value specified for the key.

Returns:

  • (String)


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