Class: Aws::Types::RestoreAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#restore_to_folders ⇒ Boolean
Returns the value of attribute restore_to_folders.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
9480 9481 9482 |
# File 'sig/types.rbs', line 9480 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
9479 9480 9481 |
# File 'sig/types.rbs', line 9479 def aws_account_id @aws_account_id end |
#restore_to_folders ⇒ Boolean
Returns the value of attribute restore_to_folders.
9481 9482 9483 |
# File 'sig/types.rbs', line 9481 def restore_to_folders @restore_to_folders end |