Class: Aws::Types::AudioSource

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

Defined Under Namespace

Classes: Bytes, S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def bytes
  @bytes
end

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


88
89
90
# File 'sig/types.rbs', line 88

def unknown
  @unknown
end