Class: Aws::AppRunner::Types::CreateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::CreateConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
A description of the App Runner connection that’s created by this request.
Instance Attribute Details
#connection ⇒ Types::Connection
A description of the App Runner connection that’s created by this request.
643 644 645 646 647 |
# File 'lib/aws-sdk-apprunner/types.rb', line 643 class CreateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |