Module: Aws::CloudFront::Client::_CreateConnectionFunctionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConnectionFunctionResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connection_function_summary ⇒ Types::ConnectionFunctionSummary
- #etag ⇒ ::String
- #location ⇒ ::String
Instance Method Details
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
190 |
# File 'sig/client.rbs', line 190
def connection_function_summary: () -> Types::ConnectionFunctionSummary
|
#etag ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def etag: () -> ::String
|
#location ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def location: () -> ::String
|