Class: Aws::SSM::Types::DescribeAssociationExecutionTargetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAssociationExecutionTargetsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_execution_targets ⇒ Array<Types::AssociationExecutionTarget>
Information about the execution.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#association_execution_targets ⇒ Array<Types::AssociationExecutionTarget>
Information about the execution.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-ssm/types.rb', line 4640 class DescribeAssociationExecutionTargetsResult < Struct.new( :association_execution_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-ssm/types.rb', line 4640 class DescribeAssociationExecutionTargetsResult < Struct.new( :association_execution_targets, :next_token) SENSITIVE = [] include Aws::Structure end |