Class: Aws::Types::DeletionWarning
- Inherits:
-
Object
- Object
- Aws::Types::DeletionWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#warning_code ⇒ ::Integer
Returns the value of attribute warning_code.
-
#warning_text ⇒ ::String
Returns the value of attribute warning_text.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
215 216 217 |
# File 'sig/types.rbs', line 215 def configuration_id @configuration_id end |
#warning_code ⇒ ::Integer
Returns the value of attribute warning_code.
216 217 218 |
# File 'sig/types.rbs', line 216 def warning_code @warning_code end |
#warning_text ⇒ ::String
Returns the value of attribute warning_text.
217 218 219 |
# File 'sig/types.rbs', line 217 def warning_text @warning_text end |