Class: Aws::Types::CodeContentDescription
- Inherits:
-
Object
- Object
- Aws::Types::CodeContentDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_md5 ⇒ ::String
Returns the value of attribute code_md5.
-
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
-
#s3_application_code_location_description ⇒ Types::S3ApplicationCodeLocationDescription
Returns the value of attribute s3_application_code_location_description.
-
#text_content ⇒ ::String
Returns the value of attribute text_content.
Instance Attribute Details
#code_md5 ⇒ ::String
Returns the value of attribute code_md5.
359 360 361 |
# File 'sig/types.rbs', line 359 def code_md5 @code_md5 end |
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
360 361 362 |
# File 'sig/types.rbs', line 360 def code_size @code_size end |
#s3_application_code_location_description ⇒ Types::S3ApplicationCodeLocationDescription
Returns the value of attribute s3_application_code_location_description.
361 362 363 |
# File 'sig/types.rbs', line 361 def s3_application_code_location_description @s3_application_code_location_description end |
#text_content ⇒ ::String
Returns the value of attribute text_content.
358 359 360 |
# File 'sig/types.rbs', line 358 def text_content @text_content end |