Class: Aws::SSM::Types::InventoryItemSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryItemSchema
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The inventory item schema definition. Users can use this to compose inventory query filters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::InventoryItemAttribute>
The schema attributes for inventory.
-
#display_name ⇒ String
The alias name of the inventory type.
-
#type_name ⇒ String
The name of the inventory type.
-
#version ⇒ String
The schema version for the inventory item.
Instance Attribute Details
#attributes ⇒ Array<Types::InventoryItemAttribute>
The schema attributes for inventory. This contains data type and attribute name.
11065 11066 11067 11068 11069 11070 11071 11072 |
# File 'lib/aws-sdk-ssm/types.rb', line 11065 class InventoryItemSchema < Struct.new( :type_name, :version, :attributes, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The alias name of the inventory type. The alias name is used for display purposes.
11065 11066 11067 11068 11069 11070 11071 11072 |
# File 'lib/aws-sdk-ssm/types.rb', line 11065 class InventoryItemSchema < Struct.new( :type_name, :version, :attributes, :display_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom inventory type names will start with Custom. Default inventory item types include the following: ‘AWS:AWSComponent`, `AWS:Application`, `AWS:InstanceInformation`, `AWS:Network`, and `AWS:WindowsUpdate`.
11065 11066 11067 11068 11069 11070 11071 11072 |
# File 'lib/aws-sdk-ssm/types.rb', line 11065 class InventoryItemSchema < Struct.new( :type_name, :version, :attributes, :display_name) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The schema version for the inventory item.
11065 11066 11067 11068 11069 11070 11071 11072 |
# File 'lib/aws-sdk-ssm/types.rb', line 11065 class InventoryItemSchema < Struct.new( :type_name, :version, :attributes, :display_name) SENSITIVE = [] include Aws::Structure end |