Class: Aws::SSM::Types::ListAssociationsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::Association>

The associations.

Returns:



8124
8125
8126
8127
8128
# File 'lib/aws-sdk-ssm/types.rb', line 8124

class ListAssociationsResult < Struct.new(
  :associations,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


8124
8125
8126
8127
8128
# File 'lib/aws-sdk-ssm/types.rb', line 8124

class ListAssociationsResult < Struct.new(
  :associations,
  :next_token)
  include Aws::Structure
end