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.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def aws_account_id @aws_account_id end |
#force_delete_without_recovery ⇒ Boolean
Returns the value of attribute force_delete_without_recovery.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def force_delete_without_recovery @force_delete_without_recovery end |
#recovery_window_in_days ⇒ ::Integer
Returns the value of attribute recovery_window_in_days.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def recovery_window_in_days @recovery_window_in_days end |