Class: Aws::Types::CreateOriginEndpointResponse

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)


223
224
225
# File 'sig/types.rbs', line 223

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def channel_name
  @channel_name
end

#container_type"TS", ...

Returns the value of attribute container_type.

Returns:

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


227
228
229
# File 'sig/types.rbs', line 227

def container_type
  @container_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


229
230
231
# File 'sig/types.rbs', line 229

def created_at
  @created_at
end

#dash_manifests::Array[Types::GetDashManifestConfiguration]

Returns the value of attribute dash_manifests.



235
236
237
# File 'sig/types.rbs', line 235

def dash_manifests
  @dash_manifests
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def etag
  @etag
end

#force_endpoint_error_configurationTypes::ForceEndpointErrorConfiguration

Returns the value of attribute force_endpoint_error_configuration.



237
238
239
# File 'sig/types.rbs', line 237

def force_endpoint_error_configuration
  @force_endpoint_error_configuration
end

#hls_manifests::Array[Types::GetHlsManifestConfiguration]

Returns the value of attribute hls_manifests.



233
234
235
# File 'sig/types.rbs', line 233

def hls_manifests
  @hls_manifests
end

#low_latency_hls_manifests::Array[Types::GetLowLatencyHlsManifestConfiguration]

Returns the value of attribute low_latency_hls_manifests.



234
235
236
# File 'sig/types.rbs', line 234

def low_latency_hls_manifests
  @low_latency_hls_manifests
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


230
231
232
# File 'sig/types.rbs', line 230

def modified_at
  @modified_at
end

#mss_manifests::Array[Types::GetMssManifestConfiguration]

Returns the value of attribute mss_manifests.



236
237
238
# File 'sig/types.rbs', line 236

def mss_manifests
  @mss_manifests
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def origin_endpoint_name
  @origin_endpoint_name
end

#segmentTypes::Segment

Returns the value of attribute segment.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def segment
  @segment
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


232
233
234
# File 'sig/types.rbs', line 232

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")


239
240
241
# File 'sig/types.rbs', line 239

def stream_name_output_mode
  @stream_name_output_mode
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


241
242
243
# File 'sig/types.rbs', line 241

def tags
  @tags
end

#uri_separator"UNDERSCORE", "HYPHEN"

Returns the value of attribute uri_separator.

Returns:

  • ("UNDERSCORE", "HYPHEN")


238
239
240
# File 'sig/types.rbs', line 238

def uri_separator
  @uri_separator
end