Class: Aws::SSM::Types::ListAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListAssociationsResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-ssm/types.rb', line 10846 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.
10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-ssm/types.rb', line 10846 class ListAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |