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:



5079
5080
5081
5082
5083
5084
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5079

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)


5079
5080
5081
5082
5083
5084
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5079

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