class Amazonite::Ssm::InventoryDeletionStatusItem

Overview

Status information returned by the DeleteInventory operation.

Included Modules

Defined in:

ssm/inventory_deletion_status_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(deletion_id : String | Nil = nil, type_name : String | Nil = nil, deletion_start_time : Time | Nil = nil, last_status : InventoryDeletionStatus | Nil = nil, last_status_message : String | Nil = nil, deletion_summary : InventoryDeletionSummary | Nil = nil, last_status_update_time : Time | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def deletion_id : String | Nil #

The deletion ID returned by the DeleteInventory operation.


[View source]
def deletion_id=(deletion_id : String | Nil) #

The deletion ID returned by the DeleteInventory operation.


[View source]
def deletion_start_time : Time | Nil #

The UTC timestamp when the delete operation started.


[View source]
def deletion_start_time=(deletion_start_time : Time | Nil) #

The UTC timestamp when the delete operation started.


[View source]
def deletion_summary : InventoryDeletionSummary | Nil #

Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.


[View source]
def deletion_summary=(deletion_summary : InventoryDeletionSummary | Nil) #

Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_status : InventoryDeletionStatus | Nil #

The status of the operation. Possible values are InProgress and Complete.


[View source]
def last_status=(last_status : InventoryDeletionStatus | Nil) #

The status of the operation. Possible values are InProgress and Complete.


[View source]
def last_status_message : String | Nil #

Information about the status.


[View source]
def last_status_message=(last_status_message : String | Nil) #

Information about the status.


[View source]
def last_status_update_time : Time | Nil #

The UTC timestamp of when the last status report.


[View source]
def last_status_update_time=(last_status_update_time : Time | Nil) #

The UTC timestamp of when the last status report.


[View source]
def type_name : String | Nil #

The name of the inventory data type.


[View source]
def type_name=(type_name : String | Nil) #

The name of the inventory data type.


[View source]
def validate! : Nil #

[View source]