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.
5126 5127 5128 |
# File 'sig/types.rbs', line 5126 def namespace @namespace end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5127 5128 5129 |
# File 'sig/types.rbs', line 5127 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5128 5129 5130 |
# File 'sig/types.rbs', line 5128 def status @status end |