Class: Aws::Types::DeletionConfig
- Inherits:
-
Object
- Object
- Aws::Types::DeletionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_after_upload ⇒ Boolean
Returns the value of attribute delete_after_upload.
-
#edge_retention_in_hours ⇒ ::Integer
Returns the value of attribute edge_retention_in_hours.
-
#local_size_config ⇒ Types::LocalSizeConfig
Returns the value of attribute local_size_config.
Instance Attribute Details
#delete_after_upload ⇒ Boolean
Returns the value of attribute delete_after_upload.
107 108 109 |
# File 'sig/types.rbs', line 107 def delete_after_upload @delete_after_upload end |
#edge_retention_in_hours ⇒ ::Integer
Returns the value of attribute edge_retention_in_hours.
105 106 107 |
# File 'sig/types.rbs', line 105 def edge_retention_in_hours @edge_retention_in_hours end |
#local_size_config ⇒ Types::LocalSizeConfig
Returns the value of attribute local_size_config.
106 107 108 |
# File 'sig/types.rbs', line 106 def local_size_config @local_size_config end |