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

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::InstanceAssociation>

The associations for the requested instance.

Returns:



4368
4369
4370
4371
4372
# File 'lib/aws-sdk-ssm/types.rb', line 4368

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


4368
4369
4370
4371
4372
# File 'lib/aws-sdk-ssm/types.rb', line 4368

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