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

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

#instance_information_listArray<Types::InstanceInformation>

The managed node information list.

Returns:



5224
5225
5226
5227
5228
5229
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5224

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


5224
5225
5226
5227
5228
5229
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5224

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