Class: Aws::Types::CodeContentDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_md5::String

Returns the value of attribute code_md5.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


360
361
362
# File 'sig/types.rbs', line 360

def code_size
  @code_size
end

#s3_application_code_location_descriptionTypes::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.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def text_content
  @text_content
end