class Amazonite::SsmV1::DeleteInventoryRequest
- Amazonite::SsmV1::DeleteInventoryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/delete_inventory_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(type_name : String, schema_delete_option : InventorySchemaDeleteOption | Nil = nil, dry_run : Bool | Nil = nil, client_token : String | Nil = nil)
Instance Method Summary
- #client_token : String | Nil
- #client_token=(client_token : String | Nil)
- #dry_run : Bool | Nil
- #dry_run=(dry_run : Bool | Nil)
- #schema_delete_option : InventorySchemaDeleteOption | Nil
- #schema_delete_option=(schema_delete_option : InventorySchemaDeleteOption | Nil)
- #type_name : String
- #type_name=(type_name : String)
Constructor Detail
def self.new(type_name : String, schema_delete_option : InventorySchemaDeleteOption | Nil = nil, dry_run : Bool | Nil = nil, client_token : String | Nil = nil)
#