Class: Aws::Types::DescribeNamespaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNamespaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ Types::NamespaceInfoV2
Returns the value of attribute namespace.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#namespace ⇒ Types::NamespaceInfoV2
Returns the value of attribute namespace.
4893 4894 4895 |
# File 'sig/types.rbs', line 4893 def namespace @namespace end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4894 4895 4896 |
# File 'sig/types.rbs', line 4894 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def status @status end |