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
3432 |
# File 'sig/client.rbs', line 3432
def analysis_id: () -> ::String
|
#arn ⇒ ::String
3431 |
# File 'sig/client.rbs', line 3431
def arn: () -> ::String
|
#request_id ⇒ ::String
3433 |
# File 'sig/client.rbs', line 3433
def request_id: () -> ::String
|
#restoration_failed_folder_arns ⇒ ::Array[::String]
3434 |
# File 'sig/client.rbs', line 3434
def restoration_failed_folder_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
3430 |
# File 'sig/client.rbs', line 3430
def status: () -> ::Integer
|