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

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

#entitiesArray<Types::InventoryResultEntity>

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

Returns:



7872
7873
7874
7875
7876
7877
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7872

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)


7872
7873
7874
7875
7876
7877
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7872

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