Class: Aws::SSM::Types::AssociationExecutionTargetsFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Filters for the association execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key value used in the request.

Returns:

  • (String)


785
786
787
788
789
790
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 785

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

#valueString

The value specified for the key.

Returns:

  • (String)


785
786
787
788
789
790
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 785

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