Class: Aws::Types::DeleteNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#final_snapshot_name ⇒ ::String
Returns the value of attribute final_snapshot_name.
-
#final_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute final_snapshot_retention_period.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
Instance Attribute Details
#final_snapshot_name ⇒ ::String
Returns the value of attribute final_snapshot_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def final_snapshot_name @final_snapshot_name end |
#final_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute final_snapshot_retention_period.
222 223 224 |
# File 'sig/types.rbs', line 222 def final_snapshot_retention_period @final_snapshot_retention_period end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
223 224 225 |
# File 'sig/types.rbs', line 223 def namespace_name @namespace_name end |