Class: Aws::Types::CodeContent
- Inherits:
-
Object
- Object
- Aws::Types::CodeContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_content_location ⇒ Types::S3ContentLocation
Returns the value of attribute s3_content_location.
-
#text_content ⇒ ::String
Returns the value of attribute text_content.
-
#zip_file_content ⇒ ::String
Returns the value of attribute zip_file_content.
Instance Attribute Details
#s3_content_location ⇒ Types::S3ContentLocation
Returns the value of attribute s3_content_location.
353 354 355 |
# File 'sig/types.rbs', line 353 def s3_content_location @s3_content_location end |
#text_content ⇒ ::String
Returns the value of attribute text_content.
351 352 353 |
# File 'sig/types.rbs', line 351 def text_content @text_content end |
#zip_file_content ⇒ ::String
Returns the value of attribute zip_file_content.
352 353 354 |
# File 'sig/types.rbs', line 352 def zip_file_content @zip_file_content end |