Class: Aws::SSM::Types::GetInventorySchemaResult

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

#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)


7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-ssm/types.rb', line 7815

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

#schemasArray<Types::InventoryItemSchema>

Inventory schemas returned by the request.

Returns:



7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-ssm/types.rb', line 7815

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