Class: Aws::Types::OriginEndpointListConfiguration

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def description
  @description
end

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

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("INDEX", "PASSTHROUGH_NAME")


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.

Returns:

  • ("UNDERSCORE", "HYPHEN")


754
755
756
# File 'sig/types.rbs', line 754

def uri_separator
  @uri_separator
end