Class: Aws::SSM::Types::ResolvedTargets
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResolvedTargets
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about targets that resolved during the Automation execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_values ⇒ Array<String>
A list of parameter values sent to targets that resolved during the Automation execution.
-
#truncated ⇒ Boolean
A boolean value indicating whether the resolved target list is truncated.
Instance Attribute Details
#parameter_values ⇒ Array<String>
A list of parameter values sent to targets that resolved during the Automation execution.
16125 16126 16127 16128 16129 16130 |
# File 'lib/aws-sdk-ssm/types.rb', line 16125 class ResolvedTargets < Struct.new( :parameter_values, :truncated) SENSITIVE = [] include Aws::Structure end |
#truncated ⇒ Boolean
A boolean value indicating whether the resolved target list is truncated.
16125 16126 16127 16128 16129 16130 |
# File 'lib/aws-sdk-ssm/types.rb', line 16125 class ResolvedTargets < Struct.new( :parameter_values, :truncated) SENSITIVE = [] include Aws::Structure end |