Class: Aws::Types::UpdateConnectionFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_function_code ⇒ ::String
Returns the value of attribute connection_function_code.
-
#connection_function_config ⇒ Types::FunctionConfig
Returns the value of attribute connection_function_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
Instance Attribute Details
#connection_function_code ⇒ ::String
Returns the value of attribute connection_function_code.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def connection_function_code @connection_function_code end |
#connection_function_config ⇒ Types::FunctionConfig
Returns the value of attribute connection_function_config.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def connection_function_config @connection_function_config end |
#id ⇒ ::String
Returns the value of attribute id.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def if_match @if_match end |