Class: Aws::Types::DocumentContent
- Inherits:
-
Object
- Object
- Aws::Types::DocumentContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom ⇒ Types::CustomContent
Returns the value of attribute custom.
-
#data_source_type ⇒ "CUSTOM", "S3"
Returns the value of attribute data_source_type.
-
#s3 ⇒ Types::S3Content
Returns the value of attribute s3.
Instance Attribute Details
#custom ⇒ Types::CustomContent
Returns the value of attribute custom.
891 892 893 |
# File 'sig/types.rbs', line 891 def custom @custom end |
#data_source_type ⇒ "CUSTOM", "S3"
Returns the value of attribute data_source_type.
890 891 892 |
# File 'sig/types.rbs', line 890 def data_source_type @data_source_type end |
#s3 ⇒ Types::S3Content
Returns the value of attribute s3.
892 893 894 |
# File 'sig/types.rbs', line 892 def s3 @s3 end |