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")])


2260
2261
2262
# File 'sig/types.rbs', line 2260

def architectures
  @architectures
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2263
2264
2265
# File 'sig/types.rbs', line 2263

def dry_run
  @dry_run
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def function_name
  @function_name
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def image_uri
  @image_uri
end

#publishBoolean

Returns the value of attribute publish.

Returns:

  • (Boolean)


2261
2262
2263
# File 'sig/types.rbs', line 2261

def publish
  @publish
end

#publish_to"LATEST_PUBLISHED"

Returns the value of attribute publish_to.

Returns:

  • ("LATEST_PUBLISHED")


2262
2263
2264
# File 'sig/types.rbs', line 2262

def publish_to
  @publish_to
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def revision_id
  @revision_id
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def s3_key
  @s3_key
end

#s3_object_storage_mode"COPY", "REFERENCE"

Returns the value of attribute s3_object_storage_mode.

Returns:

  • ("COPY", "REFERENCE")


2258
2259
2260
# File 'sig/types.rbs', line 2258

def s3_object_storage_mode
  @s3_object_storage_mode
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


2257
2258
2259
# File 'sig/types.rbs', line 2257

def s3_object_version
  @s3_object_version
end

#source_kms_key_arn::String

Returns the value of attribute source_kms_key_arn.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def source_kms_key_arn
  @source_kms_key_arn
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def zip_file
  @zip_file
end