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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/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 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 989

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