Class: Aws::Types::VideoSource
- Inherits:
-
Object
- Object
- Aws::Types::VideoSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Bytes, S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def bytes @bytes end |
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def unknown @unknown end |