Class: Aws::Types::DescribeConnectionFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionFunctionResult
- 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.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def connection_function_summary @connection_function_summary end |
#etag ⇒ ::String
Returns the value of attribute etag.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def etag @etag end |