You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::InventoryItemSchema

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The inventory item schema definition. Users can use this to compose inventory query filters.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::InventoryItemAttribute>

The schema attributes for inventory. This contains data type and attribute name.

Returns:

#display_nameString

The alias name of the inventory type. The alias name is used for display purposes.

Returns:

  • (String)

    The alias name of the inventory type.

#type_nameString

The name of the inventory type. Default inventory item type names start with AWS. 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.

Returns:

  • (String)

    The name of the inventory type.

#versionString

The schema version for the inventory item.

Returns:

  • (String)

    The schema version for the inventory item.