Class: Aws::Types::OriginEndpointListConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OriginEndpointListConfiguration
- 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::ListDashManifestConfiguration]
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::ListHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
-
#low_latency_hls_manifests ⇒ ::Array[Types::ListLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#mss_manifests ⇒ ::Array[Types::ListMssManifestConfiguration]
Returns the value of attribute mss_manifests.
-
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
741 742 743 |
# File 'sig/types.rbs', line 741 def arn @arn end |
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
742 743 744 |
# File 'sig/types.rbs', line 742 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
743 744 745 |
# File 'sig/types.rbs', line 743 def channel_name @channel_name end |
#container_type ⇒ "TS", ...
Returns the value of attribute container_type.
745 746 747 |
# File 'sig/types.rbs', line 745 def container_type @container_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
747 748 749 |
# File 'sig/types.rbs', line 747 def created_at @created_at end |
#dash_manifests ⇒ ::Array[Types::ListDashManifestConfiguration]
Returns the value of attribute dash_manifests.
751 752 753 |
# File 'sig/types.rbs', line 751 def dash_manifests @dash_manifests end |
#description ⇒ ::String
Returns the value of attribute description.
746 747 748 |
# File 'sig/types.rbs', line 746 def description @description end |
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
Returns the value of attribute force_endpoint_error_configuration.
753 754 755 |
# File 'sig/types.rbs', line 753 def force_endpoint_error_configuration @force_endpoint_error_configuration end |
#hls_manifests ⇒ ::Array[Types::ListHlsManifestConfiguration]
Returns the value of attribute hls_manifests.
749 750 751 |
# File 'sig/types.rbs', line 749 def hls_manifests @hls_manifests end |
#low_latency_hls_manifests ⇒ ::Array[Types::ListLowLatencyHlsManifestConfiguration]
Returns the value of attribute low_latency_hls_manifests.
750 751 752 |
# File 'sig/types.rbs', line 750 def low_latency_hls_manifests @low_latency_hls_manifests end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
748 749 750 |
# File 'sig/types.rbs', line 748 def modified_at @modified_at end |
#mss_manifests ⇒ ::Array[Types::ListMssManifestConfiguration]
Returns the value of attribute mss_manifests.
752 753 754 |
# File 'sig/types.rbs', line 752 def mss_manifests @mss_manifests end |
#origin_endpoint_name ⇒ ::String
Returns the value of attribute origin_endpoint_name.
744 745 746 |
# File 'sig/types.rbs', line 744 def origin_endpoint_name @origin_endpoint_name end |
#stream_name_output_mode ⇒ "INDEX", "PASSTHROUGH_NAME"
Returns the value of attribute stream_name_output_mode.
755 756 757 |
# File 'sig/types.rbs', line 755 def stream_name_output_mode @stream_name_output_mode end |
#uri_separator ⇒ "UNDERSCORE", "HYPHEN"
Returns the value of attribute uri_separator.
754 755 756 |
# File 'sig/types.rbs', line 754 def uri_separator @uri_separator end |