Class: Aws::Types::UpdateConnectionFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionFunctionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
Returns the value of attribute connection_function_summary.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
Returns the value of attribute connection_function_summary.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def connection_function_summary @connection_function_summary end |
#etag ⇒ ::String
Returns the value of attribute etag.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def etag @etag end |