Class: Aws::SSM::Types::DescribeInstanceInformationResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_information_listArray<Types::InstanceInformation>

The instance information list.

Returns:



3985
3986
3987
3988
3989
# File 'lib/aws-sdk-ssm/types.rb', line 3985

class DescribeInstanceInformationResult < Struct.new(
  :instance_information_list,
  :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)


3985
3986
3987
3988
3989
# File 'lib/aws-sdk-ssm/types.rb', line 3985

class DescribeInstanceInformationResult < Struct.new(
  :instance_information_list,
  :next_token)
  include Aws::Structure
end