Module: Aws::QuickSight::Client::_CreateAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_id ⇒ ::String
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#analysis_id ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def analysis_id: () -> ::String
|
#arn ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
277 |
# File 'sig/client.rbs', line 277
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def request_id: () -> ::String
|
#status ⇒ ::Integer
278 |
# File 'sig/client.rbs', line 278
def status: () -> ::Integer
|