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.
681 682 683 |
# File 'sig/types.rbs', line 681 def byte_content @byte_content end |
#s3_location ⇒ Types::S3ObjectFile
Returns the value of attribute s3_location.
682 683 684 |
# File 'sig/types.rbs', line 682 def s3_location @s3_location end |
#source_type ⇒ "S3", "BYTE_CONTENT"
Returns the value of attribute source_type.
683 684 685 |
# File 'sig/types.rbs', line 683 def source_type @source_type end |