Class: Aws::Types::CodeContentUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def zip_file_content_update
  @zip_file_content_update
end