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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::InventoryResultEntity>

Collection of inventory entities such as a collection of managed node inventory.

Returns:



7931
7932
7933
7934
7935
7936
# File 'lib/aws-sdk-ssm/types.rb', line 7931

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


7931
7932
7933
7934
7935
7936
# File 'lib/aws-sdk-ssm/types.rb', line 7931

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