Class: Aws::Types::DeleteNamespaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNamespaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
Instance Attribute Details
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def namespace_name @namespace_name end |