Class: Aws::Types::CreateOriginEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOriginEndpointRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
203 204 205 |
# File 'sig/types.rbs', line 203 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def channel_name @channel_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
208 209 210 |
# File 'sig/types.rbs', line 208 def client_token @client_token end |
#container_type ⇒ "TS", ...
Returns the value of attribute container_type.
206 207 208 |
# File 'sig/types.rbs', line 206 def container_type @container_type end |
#dash_manifests ⇒ ::Array[Types::CreateDashManifestConfiguration]
Returns the value of attribute dash_manifests.
213 214 215 |
# File 'sig/types.rbs', line 213 def dash_manifests @dash_manifests end |
#description ⇒ ::String
Returns the value of attribute description.
209 210 211 |
# File 'sig/types.rbs', line 209 def description @description end |
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
Returns the value of attribute force_endpoint_error_configuration.
215 216 217 |
# File 'sig/types.rbs', line 215 def force_endpoint_error_configuration @force_endpoint_error_configuration end |
#hls_manifests ⇒ ::Array[Types::CreateHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
211 212 213 |
# File 'sig/types.rbs', line 211 def hls_manifests @hls_manifests end |
#low_latency_hls_manifests ⇒ ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
212 213 214 |
# File 'sig/types.rbs', line 212 def low_latency_hls_manifests @low_latency_hls_manifests end |
#mss_manifests ⇒ ::Array[Types::CreateMssManifestConfiguration]
Returns the value of attribute mss_manifests.
214 215 216 |
# File 'sig/types.rbs', line 214 def mss_manifests @mss_manifests end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def origin_endpoint_name @origin_endpoint_name end |
#segment ⇒ Types::Segment
Returns the value of attribute segment.
207 208 209 |
# File 'sig/types.rbs', line 207 def segment @segment end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
210 211 212 |
# File 'sig/types.rbs', line 210 def startover_window_seconds @startover_window_seconds end |
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
Returns the value of attribute stream_name_output_mode.
217 218 219 |
# File 'sig/types.rbs', line 217 def stream_name_output_mode @stream_name_output_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
218 219 220 |
# File 'sig/types.rbs', line 218 def @tags end |
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
216 217 218 |
# File 'sig/types.rbs', line 216 def uri_separator @uri_separator end |