A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/InventoryItem.html below:

InventoryItem — AWS SDK for Ruby V2

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

Class: Aws::SSM::Types::InventoryItem
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing InventoryItem as input to an Aws::Client method, you can use a vanilla Hash:

{
  type_name: "InventoryItemTypeName",   schema_version: "InventoryItemSchemaVersion",   capture_time: "InventoryItemCaptureTime",   content_hash: "InventoryItemContentHash",
  content: [
    {
      "AttributeName" => "AttributeValue",
    },
  ],
  context: {
    "AttributeName" => "AttributeValue",
  },
}

Information collected from managed instances based on your inventory policy document

Instance Attribute Summary collapse Instance Attribute Details #capture_time ⇒ String

The time the inventory information was collected.

#content ⇒ Array<Hash<String,String>>

The inventory data of the inventory type.

#content_hash ⇒ String

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API does not update the inventory item type contents if the MD5 hash has not changed since last update.

#context ⇒ Hash<String,String>

A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

#schema_version ⇒ String

The schema version for the inventory item.

#type_name ⇒ String

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4