Module: Aws::MediaPackageV2::Client::_GetOriginEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOriginEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channel_group_name ⇒ ::String
- #channel_name ⇒ ::String
- #container_type ⇒ "TS", ...
- #created_at ⇒ ::Time
- #dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
- #description ⇒ ::String
- #etag ⇒ ::String
- #force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
- #hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
- #low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
- #modified_at ⇒ ::Time
- #mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
- #origin_endpoint_name ⇒ ::String
- #reset_at ⇒ ::Time
- #segment ⇒ Types::Segment
- #startover_window_seconds ⇒ ::Integer
- #stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
- #tags ⇒ ::Hash[::String, ::String]
- #uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Instance Method Details
#arn ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def arn: () -> ::String
|
#channel_group_name ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def channel_group_name: () -> ::String
|
#channel_name ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def channel_name: () -> ::String
|
#container_type ⇒ "TS", ...
397 |
# File 'sig/client.rbs', line 397
def container_type: () -> ("TS" | "CMAF" | "ISM")
|
#created_at ⇒ ::Time
399 |
# File 'sig/client.rbs', line 399
def created_at: () -> ::Time
|
#dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
406 |
# File 'sig/client.rbs', line 406
def dash_manifests: () -> ::Array[Types::GetDashManifestConfiguration]
|
#description ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def description: () -> ::String
|
#etag ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def etag: () -> ::String
|
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
408 |
# File 'sig/client.rbs', line 408
def force_endpoint_error_configuration: () -> Types::ForceEndpointErrorConfiguration
|
#hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
404 |
# File 'sig/client.rbs', line 404
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
#low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
405 |
# File 'sig/client.rbs', line 405
def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
|
#modified_at ⇒ ::Time
400 |
# File 'sig/client.rbs', line 400
def modified_at: () -> ::Time
|
#mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
407 |
# File 'sig/client.rbs', line 407
def mss_manifests: () -> ::Array[Types::GetMssManifestConfiguration]
|
#origin_endpoint_name ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def origin_endpoint_name: () -> ::String
|
#reset_at ⇒ ::Time
401 |
# File 'sig/client.rbs', line 401
def reset_at: () -> ::Time
|
#startover_window_seconds ⇒ ::Integer
403 |
# File 'sig/client.rbs', line 403
def startover_window_seconds: () -> ::Integer
|
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
410 |
# File 'sig/client.rbs', line 410
def stream_name_output_mode: () -> ("INDEX" | "PASSTHROUGH_NAME")
|
#tags ⇒ ::Hash[::String, ::String]
412 |
# File 'sig/client.rbs', line 412
def tags: () -> ::Hash[::String, ::String]
|
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
409 |
# File 'sig/client.rbs', line 409
def uri_separator: () -> ("UNDERSCORE" | "HYPHEN")
|