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:



6113
6114
6115
6116
6117
# File 'lib/aws-sdk-ssm/types.rb', line 6113

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)


6113
6114
6115
6116
6117
# File 'lib/aws-sdk-ssm/types.rb', line 6113

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