Class: Aws::Types::CustomContent
- Inherits:
-
Object
- Object
- Aws::Types::CustomContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_document_identifier ⇒ Types::CustomDocumentIdentifier
Returns the value of attribute custom_document_identifier.
-
#inline_content ⇒ Types::InlineContent
Returns the value of attribute inline_content.
-
#s3_location ⇒ Types::CustomS3Location
Returns the value of attribute s3_location.
-
#source_type ⇒ "IN_LINE", "S3_LOCATION"
Returns the value of attribute source_type.
Instance Attribute Details
#custom_document_identifier ⇒ Types::CustomDocumentIdentifier
Returns the value of attribute custom_document_identifier.
621 622 623 |
# File 'sig/types.rbs', line 621 def custom_document_identifier @custom_document_identifier end |
#inline_content ⇒ Types::InlineContent
Returns the value of attribute inline_content.
624 625 626 |
# File 'sig/types.rbs', line 624 def inline_content @inline_content end |
#s3_location ⇒ Types::CustomS3Location
Returns the value of attribute s3_location.
623 624 625 |
# File 'sig/types.rbs', line 623 def s3_location @s3_location end |
#source_type ⇒ "IN_LINE", "S3_LOCATION"
Returns the value of attribute source_type.
622 623 624 |
# File 'sig/types.rbs', line 622 def source_type @source_type end |