Class: Aws::AppRunner::Types::CreateConnectionResponse

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's created by this request.

Returns:



643
644
645
646
647
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 643

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