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.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def capacity_provider_config @capacity_provider_config end |
#dead_letter_config ⇒ Types::DeadLetterConfig
Returns the value of attribute dead_letter_config.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def dead_letter_config @dead_letter_config end |
#description ⇒ ::String
Returns the value of attribute description.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def description @description end |
#durable_config ⇒ Types::DurableConfig
Returns the value of attribute durable_config.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def durable_config @durable_config end |
#environment ⇒ Types::Environment
Returns the value of attribute environment.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def environment @environment end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def ephemeral_storage @ephemeral_storage end |
#file_system_configs ⇒ ::Array[Types::FileSystemConfig]
Returns the value of attribute file_system_configs.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def file_system_configs @file_system_configs end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def function_name @function_name end |
#handler ⇒ ::String
Returns the value of attribute handler.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def handler @handler end |
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def image_config @image_config end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def kms_key_arn @kms_key_arn end |
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def layers @layers end |
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def logging_config @logging_config end |
#memory_size ⇒ ::Integer
Returns the value of attribute memory_size.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def memory_size @memory_size end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def revision_id @revision_id end |
#role ⇒ ::String
Returns the value of attribute role.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def role @role end |
#runtime ⇒ "nodejs", ...
Returns the value of attribute runtime.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def runtime @runtime end |
#snap_start ⇒ Types::SnapStart
Returns the value of attribute snap_start.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def snap_start @snap_start end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def timeout @timeout end |
#tracing_config ⇒ Types::TracingConfig
Returns the value of attribute tracing_config.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def tracing_config @tracing_config end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def vpc_config @vpc_config end |