Class: Aws::Types::GetOriginEndpointResponse

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)


563
564
565
# File 'sig/types.rbs', line 563

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def channel_name
  @channel_name
end

#container_type"TS", ...

Returns the value of attribute container_type.

Returns:

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


567
568
569
# File 'sig/types.rbs', line 567

def container_type
  @container_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


569
570
571
# File 'sig/types.rbs', line 569

def created_at
  @created_at
end

#dash_manifests::Array[Types::GetDashManifestConfiguration]

Returns the value of attribute dash_manifests.



576
577
578
# File 'sig/types.rbs', line 576

def dash_manifests
  @dash_manifests
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def description
  @description
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def etag
  @etag
end

#force_endpoint_error_configurationTypes::ForceEndpointErrorConfiguration

Returns the value of attribute force_endpoint_error_configuration.



578
579
580
# File 'sig/types.rbs', line 578

def force_endpoint_error_configuration
  @force_endpoint_error_configuration
end

#hls_manifests::Array[Types::GetHlsManifestConfiguration]

Returns the value of attribute hls_manifests.



574
575
576
# File 'sig/types.rbs', line 574

def hls_manifests
  @hls_manifests
end

#low_latency_hls_manifests::Array[Types::GetLowLatencyHlsManifestConfiguration]

Returns the value of attribute low_latency_hls_manifests.



575
576
577
# File 'sig/types.rbs', line 575

def low_latency_hls_manifests
  @low_latency_hls_manifests
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


570
571
572
# File 'sig/types.rbs', line 570

def modified_at
  @modified_at
end

#mss_manifests::Array[Types::GetMssManifestConfiguration]

Returns the value of attribute mss_manifests.



577
578
579
# File 'sig/types.rbs', line 577

def mss_manifests
  @mss_manifests
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def origin_endpoint_name
  @origin_endpoint_name
end

#reset_at::Time

Returns the value of attribute reset_at.

Returns:

  • (::Time)


571
572
573
# File 'sig/types.rbs', line 571

def reset_at
  @reset_at
end

#segmentTypes::Segment

Returns the value of attribute segment.

Returns:



568
569
570
# File 'sig/types.rbs', line 568

def segment
  @segment
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


573
574
575
# File 'sig/types.rbs', line 573

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


580
581
582
# File 'sig/types.rbs', line 580

def stream_name_output_mode
  @stream_name_output_mode
end

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

Returns the value of attribute tags.

Returns:

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


582
583
584
# File 'sig/types.rbs', line 582

def tags
  @tags
end

#uri_separator"UNDERSCORE", "HYPHEN"

Returns the value of attribute uri_separator.

Returns:

  • ("UNDERSCORE", "HYPHEN")


579
580
581
# File 'sig/types.rbs', line 579

def uri_separator
  @uri_separator
end