Class: Aws::Types::GetOriginEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOriginEndpointResponse
- 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.
-
#container_type ⇒ "TS", ...
Returns the value of attribute container_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
Returns the value of attribute dash_manifests.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
Returns the value of attribute force_endpoint_error_configuration.
-
#hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
-
#low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
Returns the value of attribute mss_manifests.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
-
#segment ⇒ Types::Segment
Returns the value of attribute segment.
-
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
-
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
Returns the value of attribute stream_name_output_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
563 564 565 |
# File 'sig/types.rbs', line 563 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
564 565 566 |
# File 'sig/types.rbs', line 564 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
565 566 567 |
# File 'sig/types.rbs', line 565 def channel_name @channel_name end |
#container_type ⇒ "TS", ...
Returns the value of attribute container_type.
567 568 569 |
# File 'sig/types.rbs', line 567 def container_type @container_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
569 570 571 |
# File 'sig/types.rbs', line 569 def created_at @created_at end |
#dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
Returns the value of attribute dash_manifests.
576 577 578 |
# File 'sig/types.rbs', line 576 def dash_manifests @dash_manifests end |
#description ⇒ ::String
Returns the value of attribute description.
572 573 574 |
# File 'sig/types.rbs', line 572 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
581 582 583 |
# File 'sig/types.rbs', line 581 def etag @etag end |
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
Returns the value of attribute force_endpoint_error_configuration.
578 579 580 |
# File 'sig/types.rbs', line 578 def force_endpoint_error_configuration @force_endpoint_error_configuration end |
#hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
574 575 576 |
# File 'sig/types.rbs', line 574 def hls_manifests @hls_manifests end |
#low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
575 576 577 |
# File 'sig/types.rbs', line 575 def low_latency_hls_manifests @low_latency_hls_manifests end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
570 571 572 |
# File 'sig/types.rbs', line 570 def modified_at @modified_at end |
#mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
Returns the value of attribute mss_manifests.
577 578 579 |
# File 'sig/types.rbs', line 577 def mss_manifests @mss_manifests end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
566 567 568 |
# File 'sig/types.rbs', line 566 def origin_endpoint_name @origin_endpoint_name end |
#reset_at ⇒ ::Time
Returns the value of attribute reset_at.
571 572 573 |
# File 'sig/types.rbs', line 571 def reset_at @reset_at end |
#segment ⇒ Types::Segment
Returns the value of attribute segment.
568 569 570 |
# File 'sig/types.rbs', line 568 def segment @segment end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
573 574 575 |
# File 'sig/types.rbs', line 573 def startover_window_seconds @startover_window_seconds end |
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
Returns the value of attribute stream_name_output_mode.
580 581 582 |
# File 'sig/types.rbs', line 580 def stream_name_output_mode @stream_name_output_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
582 583 584 |
# File 'sig/types.rbs', line 582 def @tags end |
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
579 580 581 |
# File 'sig/types.rbs', line 579 def uri_separator @uri_separator end |