Module: Aws::QuickSight::Client::_RestoreAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_id ⇒ ::String
- #arn ⇒ ::String
- #request_id ⇒ ::String
- #restoration_failed_folder_arns ⇒ ::Array[::String]
- #status ⇒ ::Integer
Instance Method Details
#analysis_id ⇒ ::String
3347 |
# File 'sig/client.rbs', line 3347
def analysis_id: () -> ::String
|
#arn ⇒ ::String
3346 |
# File 'sig/client.rbs', line 3346
def arn: () -> ::String
|
#request_id ⇒ ::String
3348 |
# File 'sig/client.rbs', line 3348
def request_id: () -> ::String
|
#restoration_failed_folder_arns ⇒ ::Array[::String]
3349 |
# File 'sig/client.rbs', line 3349
def restoration_failed_folder_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
3345 |
# File 'sig/client.rbs', line 3345
def status: () -> ::Integer
|