Class: Aws::AppRunner::Types::DeleteConnectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

A description of the App Runner connection that this request just deleted.

Returns:



989
990
991
992
993
# File 'lib/aws-sdk-apprunner/types.rb', line 989

class DeleteConnectionResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end