Class: Aws::Types::CreateNamespaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateNamespaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity_region ⇒ ::String
Returns the value of attribute capacity_region.
-
#creation_status ⇒ "CREATED", ...
Returns the value of attribute creation_status.
-
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def arn @arn end |
#capacity_region ⇒ ::String
Returns the value of attribute capacity_region.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def capacity_region @capacity_region end |
#creation_status ⇒ "CREATED", ...
Returns the value of attribute creation_status.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def creation_status @creation_status end |
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def identity_store @identity_store end |
#name ⇒ ::String
Returns the value of attribute name.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def status @status end |