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.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def byte_content @byte_content end |
#s3_location ⇒ Types::S3ObjectDoc
Returns the value of attribute s3_location.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def s3_location @s3_location end |
#source_type ⇒ "S3", "BYTE_CONTENT"
Returns the value of attribute source_type.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def source_type @source_type end |