Class: Aws::SSM::Types::GetInventorySchemaResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetInventorySchemaResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#schemas ⇒ Array<Types::InventoryItemSchema>
Inventory schemas returned by the request.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
8007 8008 8009 8010 8011 8012 |
# File 'lib/aws-sdk-ssm/types.rb', line 8007 class GetInventorySchemaResult < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |
#schemas ⇒ Array<Types::InventoryItemSchema>
Inventory schemas returned by the request.
8007 8008 8009 8010 8011 8012 |
# File 'lib/aws-sdk-ssm/types.rb', line 8007 class GetInventorySchemaResult < Struct.new( :schemas, :next_token) SENSITIVE = [] include Aws::Structure end |