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.
721 722 723 |
# File 'sig/types.rbs', line 721 def byte_content @byte_content end |
#s3_location ⇒ Types::S3ObjectDoc
Returns the value of attribute s3_location.
722 723 724 |
# File 'sig/types.rbs', line 722 def s3_location @s3_location end |
#source_type ⇒ "S3", "BYTE_CONTENT"
Returns the value of attribute source_type.
723 724 725 |
# File 'sig/types.rbs', line 723 def source_type @source_type end |