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:



3812
3813
3814
3815
3816
# File 'lib/aws-sdk-ssm/types.rb', line 3812

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)


3812
3813
3814
3815
3816
# File 'lib/aws-sdk-ssm/types.rb', line 3812

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