Class: Aws::Types::ExternalSource
- Inherits:
-
Object
- Object
- Aws::Types::ExternalSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_content ⇒ Types::ByteContentDoc
Returns the value of attribute byte_content.
-
#s3_location ⇒ Types::S3ObjectDoc
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::ByteContentDoc
Returns the value of attribute byte_content.
639 640 641 |
# File 'sig/types.rbs', line 639 def byte_content @byte_content end |
#s3_location ⇒ Types::S3ObjectDoc
Returns the value of attribute s3_location.
640 641 642 |
# File 'sig/types.rbs', line 640 def s3_location @s3_location end |
#source_type ⇒ "S3", "BYTE_CONTENT"
Returns the value of attribute source_type.
641 642 643 |
# File 'sig/types.rbs', line 641 def source_type @source_type end |