Class: Aws::Types::DeleteInventoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInventoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#schema_delete_option ⇒ "DisableSchema", "DeleteSchema"
Returns the value of attribute schema_delete_option.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
883 884 885 |
# File 'sig/types.rbs', line 883 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
882 883 884 |
# File 'sig/types.rbs', line 882 def dry_run @dry_run end |
#schema_delete_option ⇒ "DisableSchema", "DeleteSchema"
Returns the value of attribute schema_delete_option.
881 882 883 |
# File 'sig/types.rbs', line 881 def schema_delete_option @schema_delete_option end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
880 881 882 |
# File 'sig/types.rbs', line 880 def type_name @type_name end |