class Amazonite::Ssm::DeleteInventoryResult

Included Modules

Defined in:

ssm/delete_inventory_result.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_summary : InventoryDeletionSummary | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 #

Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.


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

Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.


[View source]
def deletion_summary : InventoryDeletionSummary | Nil #

A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.


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

A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.


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

See Object#hash(hasher)


def type_name : String | Nil #

The name of the inventory data type specified in the request.


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

The name of the inventory data type specified in the request.


[View source]
def validate! : Nil #

[View source]