Class: Aws::Types::UpdateOriginEndpointRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("TS", "CMAF", "ISM")


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.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

def etag
  @etag
end

#force_endpoint_error_configurationTypes::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.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def origin_endpoint_name
  @origin_endpoint_name
end

#segmentTypes::Segment

Returns the value of attribute segment.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • ("INDEX", "PASSTHROUGH_NAME")


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.

Returns:

  • ("UNDERSCORE", "HYPHEN")


956
957
958
# File 'sig/types.rbs', line 956

def uri_separator
  @uri_separator
end