Class: Aws::Types::GetChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelResponse
- 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.
-
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
433 434 435 |
# File 'sig/types.rbs', line 433 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
435 436 437 |
# File 'sig/types.rbs', line 435 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
434 435 436 |
# File 'sig/types.rbs', line 434 def channel_name @channel_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
436 437 438 |
# File 'sig/types.rbs', line 436 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
439 440 441 |
# File 'sig/types.rbs', line 439 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
442 443 444 |
# File 'sig/types.rbs', line 442 def etag @etag end |
#ingest_endpoints ⇒ ::Array[Types::IngestEndpoint]
Returns the value of attribute ingest_endpoints.
440 441 442 |
# File 'sig/types.rbs', line 440 def ingest_endpoints @ingest_endpoints end |
#input_switch_configuration ⇒ Types::InputSwitchConfiguration
Returns the value of attribute input_switch_configuration.
444 445 446 |
# File 'sig/types.rbs', line 444 def input_switch_configuration @input_switch_configuration end |
#input_type ⇒ "HLS", "CMAF"
Returns the value of attribute input_type.
441 442 443 |
# File 'sig/types.rbs', line 441 def input_type @input_type end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
437 438 439 |
# File 'sig/types.rbs', line 437 def modified_at @modified_at end |
#output_header_configuration ⇒ Types::OutputHeaderConfiguration
Returns the value of attribute output_header_configuration.
445 446 447 |
# File 'sig/types.rbs', line 445 def output_header_configuration @output_header_configuration end |
#output_locking_mode ⇒ "EPOCH_LOCKED", "NON_EPOCH_LOCKED"
Returns the value of attribute output_locking_mode.
446 447 448 |
# File 'sig/types.rbs', line 446 def output_locking_mode @output_locking_mode end |
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
438 439 440 |
# File 'sig/types.rbs', line 438 def reset_at @reset_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
443 444 445 |
# File 'sig/types.rbs', line 443 def @tags end |