Class: Aws::Types::CreateChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelResponse
- 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.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
Returns the value of attribute ingest_endpoints.
-
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
-
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
-
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
98 99 100 |
# File 'sig/types.rbs', line 98 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
100 101 102 |
# File 'sig/types.rbs', line 100 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
103 104 105 |
# File 'sig/types.rbs', line 103 def etag @etag end |
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
Returns the value of attribute ingest_endpoints.
101 102 103 |
# File 'sig/types.rbs', line 101 def ingest_endpoints @ingest_endpoints end |
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
105 106 107 |
# File 'sig/types.rbs', line 105 def input_switch_configuration @input_switch_configuration end |
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
102 103 104 |
# File 'sig/types.rbs', line 102 def input_type @input_type end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
99 100 101 |
# File 'sig/types.rbs', line 99 def modified_at @modified_at end |
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
106 107 108 |
# File 'sig/types.rbs', line 106 def output_header_configuration @output_header_configuration end |
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
107 108 109 |
# File 'sig/types.rbs', line 107 def output_locking_mode @output_locking_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
104 105 106 |
# File 'sig/types.rbs', line 104 def @tags end |