Class: Aws::Types::UpdateOriginEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOriginEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#dash_manifests ⇒ ::Array[Types::CreateDashManifestConfiguration]
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::CreateHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
-
#low_latency_hls_manifests ⇒ ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
-
#mss_manifests ⇒ ::Array[Types::CreateMssManifestConfiguration]
Returns the value of attribute mss_manifests.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#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.
-
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
944 945 946 |
# File 'sig/types.rbs', line 944 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
945 946 947 |
# File 'sig/types.rbs', line 945 def channel_name @channel_name end |
#container_type ⇒ "TS", ...
Returns the value of attribute container_type.
947 948 949 |
# File 'sig/types.rbs', line 947 def container_type @container_type end |
#dash_manifests ⇒ ::Array[Types::CreateDashManifestConfiguration]
Returns the value of attribute dash_manifests.
953 954 955 |
# File 'sig/types.rbs', line 953 def dash_manifests @dash_manifests end |
#description ⇒ ::String
Returns the value of attribute description.
949 950 951 |
# File 'sig/types.rbs', line 949 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
958 959 960 |
# File 'sig/types.rbs', line 958 def etag @etag end |
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
Returns the value of attribute force_endpoint_error_configuration.
955 956 957 |
# File 'sig/types.rbs', line 955 def force_endpoint_error_configuration @force_endpoint_error_configuration end |
#hls_manifests ⇒ ::Array[Types::CreateHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
951 952 953 |
# File 'sig/types.rbs', line 951 def hls_manifests @hls_manifests end |
#low_latency_hls_manifests ⇒ ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
952 953 954 |
# File 'sig/types.rbs', line 952 def low_latency_hls_manifests @low_latency_hls_manifests end |
#mss_manifests ⇒ ::Array[Types::CreateMssManifestConfiguration]
Returns the value of attribute mss_manifests.
954 955 956 |
# File 'sig/types.rbs', line 954 def mss_manifests @mss_manifests end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
946 947 948 |
# File 'sig/types.rbs', line 946 def origin_endpoint_name @origin_endpoint_name end |
#segment ⇒ Types::Segment
Returns the value of attribute segment.
948 949 950 |
# File 'sig/types.rbs', line 948 def segment @segment end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
950 951 952 |
# File 'sig/types.rbs', line 950 def startover_window_seconds @startover_window_seconds end |
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
Returns the value of attribute stream_name_output_mode.
957 958 959 |
# File 'sig/types.rbs', line 957 def stream_name_output_mode @stream_name_output_mode end |
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
956 957 958 |
# File 'sig/types.rbs', line 956 def uri_separator @uri_separator end |