Class: Aws::AppRunner::Types::DeleteConnectionRequest

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

#connection_arnString

The Amazon Resource Name (ARN) of the App Runner connection that you want to delete.

Returns:

  • (String)


976
977
978
979
980
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 976

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