Class: Aws::Types::ChannelListConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ChannelListConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
44 45 46 |
# File 'sig/types.rbs', line 44 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
47 48 49 |
# File 'sig/types.rbs', line 47 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
49 50 51 |
# File 'sig/types.rbs', line 49 def description @description end |
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def input_type @input_type end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
48 49 50 |
# File 'sig/types.rbs', line 48 def modified_at @modified_at end |
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
51 52 53 |
# File 'sig/types.rbs', line 51 def output_locking_mode @output_locking_mode end |