Class: Aws::Types::DeleteAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAnalysisRequest
- 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.
-
#force_delete_without_recovery ⇒ Boolean
Returns the value of attribute force_delete_without_recovery.
-
#recovery_window_in_days ⇒ ::Integer
Returns the value of attribute recovery_window_in_days.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def aws_account_id @aws_account_id end |
#force_delete_without_recovery ⇒ Boolean
Returns the value of attribute force_delete_without_recovery.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def force_delete_without_recovery @force_delete_without_recovery end |
#recovery_window_in_days ⇒ ::Integer
Returns the value of attribute recovery_window_in_days.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def recovery_window_in_days @recovery_window_in_days end |