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
4203 |
# File 'sig/client.rbs', line 4203
def analysis_id: () -> ::String
|
#arn ⇒ ::String
4202 |
# File 'sig/client.rbs', line 4202
def arn: () -> ::String
|
#request_id ⇒ ::String
4206 |
# File 'sig/client.rbs', line 4206
def request_id: () -> ::String
|
#status ⇒ ::Integer
4205 |
# File 'sig/client.rbs', line 4205
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4204 |
# File 'sig/client.rbs', line 4204
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|