Class: Aws::Types::ArchiveContainerSettings
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveContainerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#m2ts_settings ⇒ Types::M2tsSettings
Returns the value of attribute m2ts_settings.
-
#raw_settings ⇒ Types::RawSettings
Returns the value of attribute raw_settings.
Instance Attribute Details
#m2ts_settings ⇒ Types::M2tsSettings
Returns the value of attribute m2ts_settings.
65 66 67 |
# File 'sig/types.rbs', line 65 def m2ts_settings @m2ts_settings end |
#raw_settings ⇒ Types::RawSettings
Returns the value of attribute raw_settings.
66 67 68 |
# File 'sig/types.rbs', line 66 def raw_settings @raw_settings end |