Class: Aws::Types::DeleteNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3996 3997 3998 |
# File 'sig/types.rbs', line 3996 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
3997 3998 3999 |
# File 'sig/types.rbs', line 3997 def namespace @namespace end |