Class: Aws::SSM::Types::DescribeAssociationExecutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAssociationExecutionsResult
- Defined in:
- gems/aws-sdk-ssm/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.
4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4799 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.
4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4799 class DescribeAssociationExecutionsResult < Struct.new( :association_executions, :next_token) SENSITIVE = [] include Aws::Structure end |