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