Class: Aws::SSM::Types::DescribeAssociationExecutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAssociationExecutionsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_executions ⇒ Array<Types::AssociationExecution>
A list of the executions for the specified association ID.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#association_executions ⇒ Array<Types::AssociationExecution>
A list of the executions for the specified association ID.
4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-ssm/types.rb', line 4696 class DescribeAssociationExecutionsResult < Struct.new( :association_executions, :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.
4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-ssm/types.rb', line 4696 class DescribeAssociationExecutionsResult < Struct.new( :association_executions, :next_token) SENSITIVE = [] include Aws::Structure end |