Class: Aws::Types::UpdateOriginEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def etag
  @etag
end

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

Returns:

  • (::Time)


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.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def origin_endpoint_name
  @origin_endpoint_name
end

#segmentTypes::Segment

Returns the value of attribute segment.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • ("INDEX", "PASSTHROUGH_NAME")


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.

Returns:

  • (::Hash[::String, ::String])


980
981
982
# File 'sig/types.rbs', line 980

def tags
  @tags
end

#uri_separator"UNDERSCORE", "HYPHEN"

Returns the value of attribute uri_separator.

Returns:

  • ("UNDERSCORE", "HYPHEN")


977
978
979
# File 'sig/types.rbs', line 977

def uri_separator
  @uri_separator
end