Class: Aws::Types::RestoreAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestoreAnalysisResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#restoration_failed_folder_arns ⇒ ::Array[::String]
Returns the value of attribute restoration_failed_folder_arns.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
9856 9857 9858 |
# File 'sig/types.rbs', line 9856 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
9855 9856 9857 |
# File 'sig/types.rbs', line 9855 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
9857 9858 9859 |
# File 'sig/types.rbs', line 9857 def request_id @request_id end |
#restoration_failed_folder_arns ⇒ ::Array[::String]
Returns the value of attribute restoration_failed_folder_arns.
9858 9859 9860 |
# File 'sig/types.rbs', line 9858 def restoration_failed_folder_arns @restoration_failed_folder_arns end |
#status ⇒ ::Integer
Returns the value of attribute status.
9854 9855 9856 |
# File 'sig/types.rbs', line 9854 def status @status end |