Class: Aws::SSM::Types::DescribeEffectiveInstanceAssociationsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::InstanceAssociation>

The associations for the requested managed node.

Returns:



5428
5429
5430
5431
5432
5433
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5428

class DescribeEffectiveInstanceAssociationsResult < 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)


5428
5429
5430
5431
5432
5433
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5428

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