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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::Association>

The associations.

Returns:



10851
10852
10853
10854
10855
10856
# File 'lib/aws-sdk-ssm/types.rb', line 10851

class ListAssociationsResult < Struct.new(
  :associations,
  :next_token)
  SENSITIVE = []
  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)


10851
10852
10853
10854
10855
10856
# File 'lib/aws-sdk-ssm/types.rb', line 10851

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