Class: Aws::AppRunner::Types::DeleteConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DeleteConnectionResponse
- 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 this request just deleted.
Instance Attribute Details
#connection ⇒ Types::Connection
A description of the App Runner connection that this request just deleted.
989 990 991 992 993 |
# File 'lib/aws-sdk-apprunner/types.rb', line 989 class DeleteConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |