Class: Aws::Types::ArchiveGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_cdn_settings ⇒ Types::ArchiveCdnSettings
Returns the value of attribute archive_cdn_settings.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#rollover_interval ⇒ ::Integer
Returns the value of attribute rollover_interval.
Instance Attribute Details
#archive_cdn_settings ⇒ Types::ArchiveCdnSettings
Returns the value of attribute archive_cdn_settings.
71 72 73 |
# File 'sig/types.rbs', line 71 def archive_cdn_settings @archive_cdn_settings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
72 73 74 |
# File 'sig/types.rbs', line 72 def destination @destination end |
#rollover_interval ⇒ ::Integer
Returns the value of attribute rollover_interval.
73 74 75 |
# File 'sig/types.rbs', line 73 def rollover_interval @rollover_interval end |