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
4162 |
# File 'sig/client.rbs', line 4162
def analysis_id: () -> ::String
|
#arn ⇒ ::String
4161 |
# File 'sig/client.rbs', line 4161
def arn: () -> ::String
|
#request_id ⇒ ::String
4165 |
# File 'sig/client.rbs', line 4165
def request_id: () -> ::String
|
#status ⇒ ::Integer
4164 |
# File 'sig/client.rbs', line 4164
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4163 |
# File 'sig/client.rbs', line 4163
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|