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
3668 |
# File 'sig/client.rbs', line 3668
def analysis_id: () -> ::String
|
#arn ⇒ ::String
3667 |
# File 'sig/client.rbs', line 3667
def arn: () -> ::String
|
#request_id ⇒ ::String
3669 |
# File 'sig/client.rbs', line 3669
def request_id: () -> ::String
|
#restoration_failed_folder_arns ⇒ ::Array[::String]
3670 |
# File 'sig/client.rbs', line 3670
def restoration_failed_folder_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
3666 |
# File 'sig/client.rbs', line 3666
def status: () -> ::Integer
|