Module: Aws::QuickSight::Client::_UpdateAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_id ⇒ ::String
- #arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #update_status ⇒ "CREATION_IN_PROGRESS", ...
Instance Method Details
#analysis_id ⇒ ::String
4603 |
# File 'sig/client.rbs', line 4603
def analysis_id: () -> ::String
|
#arn ⇒ ::String
4602 |
# File 'sig/client.rbs', line 4602
def arn: () -> ::String
|
#request_id ⇒ ::String
4606 |
# File 'sig/client.rbs', line 4606
def request_id: () -> ::String
|
#status ⇒ ::Integer
4605 |
# File 'sig/client.rbs', line 4605
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4604 |
# File 'sig/client.rbs', line 4604
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|