Class: Aws::Types::UpdateFunctionCodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:zip_file])

Instance Attribute Summary collapse

Instance Attribute Details

#architectures::Array[("x86_64" | "arm64")]

Returns the value of attribute architectures.

Returns:

  • (::Array[("x86_64" | "arm64")])


2224
2225
2226
# File 'sig/types.rbs', line 2224

def architectures
  @architectures
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def dry_run
  @dry_run
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def function_name
  @function_name
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def image_uri
  @image_uri
end

#publishBoolean

Returns the value of attribute publish.

Returns:

  • (Boolean)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def publish
  @publish
end

#publish_to"LATEST_PUBLISHED"

Returns the value of attribute publish_to.

Returns:

  • ("LATEST_PUBLISHED")


2226
2227
2228
# File 'sig/types.rbs', line 2226

def publish_to
  @publish_to
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def revision_id
  @revision_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def s3_key
  @s3_key
end

#s3_object_storage_mode"COPY", "REFERENCE"

Returns the value of attribute s3_object_storage_mode.

Returns:

  • ("COPY", "REFERENCE")


2222
2223
2224
# File 'sig/types.rbs', line 2222

def s3_object_storage_mode
  @s3_object_storage_mode
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def s3_object_version
  @s3_object_version
end

#source_kms_key_arn::String

Returns the value of attribute source_kms_key_arn.

Returns:

  • (::String)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def source_kms_key_arn
  @source_kms_key_arn
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def zip_file
  @zip_file
end