Class: Aws::SSM::Types::ResolvedTargets

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

Overview

Information about targets that resolved during the Automation execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_valuesArray<String>

A list of parameter values sent to targets that resolved during the Automation execution.

Returns:

  • (Array<String>)


15757
15758
15759
15760
15761
15762
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15757

class ResolvedTargets < Struct.new(
  :parameter_values,
  :truncated)
  SENSITIVE = []
  include Aws::Structure
end

#truncatedBoolean

A boolean value indicating whether the resolved target list is truncated.

Returns:

  • (Boolean)


15757
15758
15759
15760
15761
15762
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15757

class ResolvedTargets < Struct.new(
  :parameter_values,
  :truncated)
  SENSITIVE = []
  include Aws::Structure
end