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
3344 |
# File 'sig/client.rbs', line 3344
def analysis_id: () -> ::String
|
#arn ⇒ ::String
3343 |
# File 'sig/client.rbs', line 3343
def arn: () -> ::String
|
#request_id ⇒ ::String
3345 |
# File 'sig/client.rbs', line 3345
def request_id: () -> ::String
|
#restoration_failed_folder_arns ⇒ ::Array[::String]
3346 |
# File 'sig/client.rbs', line 3346
def restoration_failed_folder_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
3342 |
# File 'sig/client.rbs', line 3342
def status: () -> ::Integer
|