Class: Aws::Types::CodeContentUpdate
- Inherits:
-
Object
- Object
- Aws::Types::CodeContentUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_content_location_update ⇒ Types::S3ContentLocationUpdate
Returns the value of attribute s3_content_location_update.
-
#text_content_update ⇒ ::String
Returns the value of attribute text_content_update.
-
#zip_file_content_update ⇒ ::String
Returns the value of attribute zip_file_content_update.
Instance Attribute Details
#s3_content_location_update ⇒ Types::S3ContentLocationUpdate
Returns the value of attribute s3_content_location_update.
368 369 370 |
# File 'sig/types.rbs', line 368 def s3_content_location_update @s3_content_location_update end |
#text_content_update ⇒ ::String
Returns the value of attribute text_content_update.
366 367 368 |
# File 'sig/types.rbs', line 366 def text_content_update @text_content_update end |
#zip_file_content_update ⇒ ::String
Returns the value of attribute zip_file_content_update.
367 368 369 |
# File 'sig/types.rbs', line 367 def zip_file_content_update @zip_file_content_update end |