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
3303 |
# File 'sig/client.rbs', line 3303
def analysis_id: () -> ::String
|
#arn ⇒ ::String
3302 |
# File 'sig/client.rbs', line 3302
def arn: () -> ::String
|
#request_id ⇒ ::String
3304 |
# File 'sig/client.rbs', line 3304
def request_id: () -> ::String
|
#restoration_failed_folder_arns ⇒ ::Array[::String]
3305 |
# File 'sig/client.rbs', line 3305
def restoration_failed_folder_arns: () -> ::Array[::String]
|
#status ⇒ ::Integer
3301 |
# File 'sig/client.rbs', line 3301
def status: () -> ::Integer
|