Class: Aws::Types::VideoSource

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)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def bytes
  @bytes
end

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



1558
1559
1560
# File 'sig/types.rbs', line 1558

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def unknown
  @unknown
end