class Amazonite::SsmV1::DeleteInventoryRequest

Included Modules

Defined in:

ssm_v1/delete_inventory_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(type_name : String, schema_delete_option : InventorySchemaDeleteOption | Nil = nil, dry_run : Bool | Nil = nil, client_token : String | Nil = nil) #

[View source]

Instance Method Detail

def client_token : String | Nil #

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

[View source]
def dry_run : Bool | Nil #

[View source]
def dry_run=(dry_run : Bool | Nil) #

[View source]
def schema_delete_option : InventorySchemaDeleteOption | Nil #

[View source]
def schema_delete_option=(schema_delete_option : InventorySchemaDeleteOption | Nil) #

[View source]
def type_name : String #

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

[View source]