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.
9488 9489 9490 |
# File 'sig/types.rbs', line 9488 def analysis_id @analysis_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
9487 9488 9489 |
# File 'sig/types.rbs', line 9487 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
9489 9490 9491 |
# File 'sig/types.rbs', line 9489 def request_id @request_id end |
#restoration_failed_folder_arns ⇒ ::Array[::String]
Returns the value of attribute restoration_failed_folder_arns.
9490 9491 9492 |
# File 'sig/types.rbs', line 9490 def restoration_failed_folder_arns @restoration_failed_folder_arns end |
#status ⇒ ::Integer
Returns the value of attribute status.
9486 9487 9488 |
# File 'sig/types.rbs', line 9486 def status @status end |