Class: Aws::Types::UpdateOriginEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOriginEndpointResponse
- 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.
-
#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.
963 964 965 |
# File 'sig/types.rbs', line 963 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
964 965 966 |
# File 'sig/types.rbs', line 964 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
965 966 967 |
# File 'sig/types.rbs', line 965 def channel_name @channel_name end |
#container_type ⇒ "TS", ...
Returns the value of attribute container_type.
967 968 969 |
# File 'sig/types.rbs', line 967 def container_type @container_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
969 970 971 |
# File 'sig/types.rbs', line 969 def created_at @created_at end |
#dash_manifests ⇒ ::Array[Types::GetDashManifestConfiguration]
Returns the value of attribute dash_manifests.
981 982 983 |
# File 'sig/types.rbs', line 981 def dash_manifests @dash_manifests end |
#description ⇒ ::String
Returns the value of attribute description.
971 972 973 |
# File 'sig/types.rbs', line 971 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
979 980 981 |
# File 'sig/types.rbs', line 979 def etag @etag end |
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
Returns the value of attribute force_endpoint_error_configuration.
976 977 978 |
# File 'sig/types.rbs', line 976 def force_endpoint_error_configuration @force_endpoint_error_configuration end |
#hls_manifests ⇒ ::Array[Types::GetHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
973 974 975 |
# File 'sig/types.rbs', line 973 def hls_manifests @hls_manifests end |
#low_latency_hls_manifests ⇒ ::Array[Types::GetLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
974 975 976 |
# File 'sig/types.rbs', line 974 def low_latency_hls_manifests @low_latency_hls_manifests end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
970 971 972 |
# File 'sig/types.rbs', line 970 def modified_at @modified_at end |
#mss_manifests ⇒ ::Array[Types::GetMssManifestConfiguration]
Returns the value of attribute mss_manifests.
975 976 977 |
# File 'sig/types.rbs', line 975 def mss_manifests @mss_manifests end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
966 967 968 |
# File 'sig/types.rbs', line 966 def origin_endpoint_name @origin_endpoint_name end |
#segment ⇒ Types::Segment
Returns the value of attribute segment.
968 969 970 |
# File 'sig/types.rbs', line 968 def segment @segment end |
#startover_window_seconds ⇒ ::Integer
Returns the value of attribute startover_window_seconds.
972 973 974 |
# File 'sig/types.rbs', line 972 def startover_window_seconds @startover_window_seconds end |
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
Returns the value of attribute stream_name_output_mode.
978 979 980 |
# File 'sig/types.rbs', line 978 def stream_name_output_mode @stream_name_output_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
980 981 982 |
# File 'sig/types.rbs', line 980 def @tags end |
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
977 978 979 |
# File 'sig/types.rbs', line 977 def uri_separator @uri_separator end |