Class: Aws::Types::MediaPackageGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaPackageGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#mediapackage_v2_group_settings ⇒ Types::MediaPackageV2GroupSettings
Returns the value of attribute mediapackage_v2_group_settings.
Instance Attribute Details
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def destination @destination end |
#mediapackage_v2_group_settings ⇒ Types::MediaPackageV2GroupSettings
Returns the value of attribute mediapackage_v2_group_settings.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def mediapackage_v2_group_settings @mediapackage_v2_group_settings end |