Class: Aws::Types::UpdateFunctionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_config ⇒ Types::CapacityProviderConfig
Returns the value of attribute capacity_provider_config.
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#durable_config ⇒ Types::DurableConfig
Returns the value of attribute durable_config.
-
#environment ⇒ Types::Environment
Returns the value of attribute environment.
-
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
-
#file_system_configs ⇒ ::Array[Types::FileSystemConfig]
Returns the value of attribute file_system_configs.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#handler ⇒ ::String
Returns the value of attribute handler.
-
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
-
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
-
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#runtime ⇒ "nodejs", ...
Returns the value of attribute runtime.
-
#snap_start ⇒ Types::SnapStart
Returns the value of attribute snap_start.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#tracing_config ⇒ Types::TracingConfig
Returns the value of attribute tracing_config.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#capacity_provider_config ⇒ Types::CapacityProviderConfig
Returns the value of attribute capacity_provider_config.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def capacity_provider_config @capacity_provider_config end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def dead_letter_config @dead_letter_config end |
#description ⇒ ::String
Returns the value of attribute description.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def description @description end |
#durable_config ⇒ Types::DurableConfig
Returns the value of attribute durable_config.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def durable_config @durable_config end |
#environment ⇒ Types::Environment
Returns the value of attribute environment.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def environment @environment end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def ephemeral_storage @ephemeral_storage end |
#file_system_configs ⇒ ::Array[Types::FileSystemConfig]
Returns the value of attribute file_system_configs.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def file_system_configs @file_system_configs end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def function_name @function_name end |
#handler ⇒ ::String
Returns the value of attribute handler.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def handler @handler end |
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def image_config @image_config end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def kms_key_arn @kms_key_arn end |
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def layers @layers end |
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def logging_config @logging_config end |
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def memory_size @memory_size end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def revision_id @revision_id end |
#role ⇒ ::String
Returns the value of attribute role.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def role @role end |
#runtime ⇒ "nodejs", ...
Returns the value of attribute runtime.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def runtime @runtime end |
#snap_start ⇒ Types::SnapStart
Returns the value of attribute snap_start.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def snap_start @snap_start end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def timeout @timeout end |
#tracing_config ⇒ Types::TracingConfig
Returns the value of attribute tracing_config.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def tracing_config @tracing_config end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def vpc_config @vpc_config end |