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.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def arn @arn end |
#capacity_region ⇒ ::String
Returns the value of attribute capacity_region.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def capacity_region @capacity_region end |
#creation_status ⇒ "CREATED", ...
Returns the value of attribute creation_status.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def creation_status @creation_status end |
#identity_store ⇒ "QUICKSIGHT"
Returns the value of attribute identity_store.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def identity_store @identity_store end |
#name ⇒ ::String
Returns the value of attribute name.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def status @status end |