Class: Aws::Types::UpdateChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelResponse
- 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.
927 928 929 |
# File 'sig/types.rbs', line 927 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
929 930 931 |
# File 'sig/types.rbs', line 929 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
928 929 930 |
# File 'sig/types.rbs', line 928 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
930 931 932 |
# File 'sig/types.rbs', line 930 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
932 933 934 |
# File 'sig/types.rbs', line 932 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
935 936 937 |
# File 'sig/types.rbs', line 935 def etag @etag end |
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
Returns the value of attribute ingest_endpoints.
933 934 935 |
# File 'sig/types.rbs', line 933 def ingest_endpoints @ingest_endpoints end |
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
937 938 939 |
# File 'sig/types.rbs', line 937 def input_switch_configuration @input_switch_configuration end |
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
934 935 936 |
# File 'sig/types.rbs', line 934 def input_type @input_type end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
931 932 933 |
# File 'sig/types.rbs', line 931 def modified_at @modified_at end |
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
938 939 940 |
# File 'sig/types.rbs', line 938 def output_header_configuration @output_header_configuration end |
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
939 940 941 |
# File 'sig/types.rbs', line 939 def output_locking_mode @output_locking_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
936 937 938 |
# File 'sig/types.rbs', line 936 def @tags end |