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:



7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-ssm/types.rb', line 7772

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)


7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-ssm/types.rb', line 7772

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