Module: Aws::QuickSight::Client::_CreateNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateNamespaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #capacity_region ⇒ ::String
- #creation_status ⇒ "CREATED", ...
- #identity_store ⇒ "QUICKSIGHT"
- #name ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def arn: () -> ::String
|
#capacity_region ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def capacity_region: () -> ::String
|
#creation_status ⇒ "CREATED", ...
654 |
# File 'sig/client.rbs', line 654
def creation_status: () -> ("CREATED" | "CREATING" | "DELETING" | "RETRYABLE_FAILURE" | "NON_RETRYABLE_FAILURE")
|
#identity_store ⇒ "QUICKSIGHT"
655 |
# File 'sig/client.rbs', line 655
def identity_store: () -> ("QUICKSIGHT")
|
#name ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def name: () -> ::String
|
#request_id ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def request_id: () -> ::String
|
#status ⇒ ::Integer
657 |
# File 'sig/client.rbs', line 657
def status: () -> ::Integer
|