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
695 |
# File 'sig/client.rbs', line 695
def arn: () -> ::String
|
#capacity_region ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def capacity_region: () -> ::String
|
#creation_status ⇒ "CREATED", ...
698 |
# File 'sig/client.rbs', line 698
def creation_status: () -> ("CREATED" | "CREATING" | "DELETING" | "RETRYABLE_FAILURE" | "NON_RETRYABLE_FAILURE")
|
#identity_store ⇒ "QUICKSIGHT"
699 |
# File 'sig/client.rbs', line 699
def identity_store: () -> ("QUICKSIGHT")
|
#name ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def name: () -> ::String
|
#request_id ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def request_id: () -> ::String
|
#status ⇒ ::Integer
701 |
# File 'sig/client.rbs', line 701
def status: () -> ::Integer
|