Class: Aws::Types::UpdateFunctionCodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionCodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architectures ⇒ ::Array[("x86_64" | "arm64")]
Returns the value of attribute architectures.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#publish ⇒ Boolean
Returns the value of attribute publish.
-
#publish_to ⇒ "LATEST_PUBLISHED"
Returns the value of attribute publish_to.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_object_storage_mode ⇒ "COPY", "REFERENCE"
Returns the value of attribute s3_object_storage_mode.
-
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
-
#source_kms_key_arn ⇒ ::String
Returns the value of attribute source_kms_key_arn.
-
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
Instance Attribute Details
#architectures ⇒ ::Array[("x86_64" | "arm64")]
Returns the value of attribute architectures.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def architectures @architectures end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def image_uri @image_uri end |
#publish ⇒ Boolean
Returns the value of attribute publish.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def publish @publish end |
#publish_to ⇒ "LATEST_PUBLISHED"
Returns the value of attribute publish_to.
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.
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.
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.
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.
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.
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.
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.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def zip_file @zip_file end |