Class: Aws::Types::CodeContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def zip_file_content
  @zip_file_content
end