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
774 |
# File 'sig/client.rbs', line 774
def arn: () -> ::String
|
#capacity_region ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def capacity_region: () -> ::String
|
#creation_status ⇒ "CREATED", ...
777 |
# File 'sig/client.rbs', line 777
def creation_status: () -> ("CREATED" | "CREATING" | "DELETING" | "RETRYABLE_FAILURE" | "NON_RETRYABLE_FAILURE")
|
#identity_store ⇒ "QUICKSIGHT"
778 |
# File 'sig/client.rbs', line 778
def identity_store: () -> ("QUICKSIGHT")
|
#name ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def name: () -> ::String
|
#request_id ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def request_id: () -> ::String
|
#status ⇒ ::Integer
780 |
# File 'sig/client.rbs', line 780
def status: () -> ::Integer
|