Class: Aws::Types::S3RecordingSinkRuntimeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ ::String

Returns the value of attribute destination.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def destination
  @destination
end

#recording_file_format ⇒ "Wav", "Opus"

Returns the value of attribute recording_file_format.

Returns:

  • ("Wav", "Opus")


734
735
736
# File 'sig/types.rbs', line 734

def recording_file_format
  @recording_file_format
end