Class: Aws::Types::MediaPlacement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_fallback_url::String

Returns the value of attribute audio_fallback_url.

Returns:

  • (::String)


5674
5675
5676
# File 'sig/types.rbs', line 5674

def audio_fallback_url
  @audio_fallback_url
end

#audio_host_url::String

Returns the value of attribute audio_host_url.

Returns:

  • (::String)


5673
5674
5675
# File 'sig/types.rbs', line 5673

def audio_host_url
  @audio_host_url
end

#event_ingestion_url::String

Returns the value of attribute event_ingestion_url.

Returns:

  • (::String)


5677
5678
5679
# File 'sig/types.rbs', line 5677

def event_ingestion_url
  @event_ingestion_url
end

#signaling_url::String

Returns the value of attribute signaling_url.

Returns:

  • (::String)


5675
5676
5677
# File 'sig/types.rbs', line 5675

def signaling_url
  @signaling_url
end

#turn_control_url::String

Returns the value of attribute turn_control_url.

Returns:

  • (::String)


5676
5677
5678
# File 'sig/types.rbs', line 5676

def turn_control_url
  @turn_control_url
end