Class: Aws::Types::CreateConnectionFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionFunctionResult
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
Returns the value of attribute connection_function_summary.
529 530 531 |
# File 'sig/types.rbs', line 529 def connection_function_summary @connection_function_summary end |
#etag ⇒ ::String
Returns the value of attribute etag.
531 532 533 |
# File 'sig/types.rbs', line 531 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
530 531 532 |
# File 'sig/types.rbs', line 530 def location @location end |