Class: Aws::Types::MediaPackageOutputDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaPackageOutputDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_endpoint_id ⇒ ::String
Returns the value of attribute channel_endpoint_id.
-
#channel_group ⇒ ::String
Returns the value of attribute channel_group.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#media_package_region_name ⇒ ::String
Returns the value of attribute media_package_region_name.
Instance Attribute Details
#channel_endpoint_id ⇒ ::String
Returns the value of attribute channel_endpoint_id.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def channel_endpoint_id @channel_endpoint_id end |
#channel_group ⇒ ::String
Returns the value of attribute channel_group.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def channel_group @channel_group end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def channel_name @channel_name end |
#media_package_region_name ⇒ ::String
Returns the value of attribute media_package_region_name.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def media_package_region_name @media_package_region_name end |