Class: Aws::Types::CreateConnectionFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionFunctionRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
Instance Attribute Details
#connection_function_code ⇒ ::String
Returns the value of attribute connection_function_code.
523 524 525 |
# File 'sig/types.rbs', line 523 def connection_function_code @connection_function_code end |
#connection_function_config ⇒ Types::FunctionConfig
Returns the value of attribute connection_function_config.
522 523 524 |
# File 'sig/types.rbs', line 522 def connection_function_config @connection_function_config end |
#name ⇒ ::String
Returns the value of attribute name.
521 522 523 |
# File 'sig/types.rbs', line 521 def name @name end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
524 525 526 |
# File 'sig/types.rbs', line 524 def @tags end |