Class: Aws::SSM::Types::ListAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListAssociationsResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::Association>
The associations.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#associations ⇒ Array<Types::Association>
The associations.
11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11602 class ListAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11602 class ListAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |