Class: Aws::SSM::Types::GetInventoryResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::InventoryResultEntity>

Collection of inventory entities such as a collection of instance inventory.

Returns:



7015
7016
7017
7018
7019
# File 'lib/aws-sdk-ssm/types.rb', line 7015

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


7015
7016
7017
7018
7019
# File 'lib/aws-sdk-ssm/types.rb', line 7015

class GetInventoryResult < Struct.new(
  :entities,
  :next_token)
  include Aws::Structure
end