Class: Aws::Types::FileSource
- Inherits:
-
Object
- Object
- Aws::Types::FileSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_content ⇒ Types::ByteContentFile
Returns the value of attribute byte_content.
-
#s3_location ⇒ Types::S3ObjectFile
Returns the value of attribute s3_location.
-
#source_type ⇒ "S3", "BYTE_CONTENT"
Returns the value of attribute source_type.
Instance Attribute Details
#byte_content ⇒ Types::ByteContentFile
Returns the value of attribute byte_content.
763 764 765 |
# File 'sig/types.rbs', line 763 def byte_content @byte_content end |
#s3_location ⇒ Types::S3ObjectFile
Returns the value of attribute s3_location.
764 765 766 |
# File 'sig/types.rbs', line 764 def s3_location @s3_location end |
#source_type ⇒ "S3", "BYTE_CONTENT"
Returns the value of attribute source_type.
765 766 767 |
# File 'sig/types.rbs', line 765 def source_type @source_type end |