Class: Aws::CodeStarconnections::Types::DeleteConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of the connection to be deleted.

<note markdown=“1”> The ARN is never reused if the connection is deleted.

</note>

Returns:

  • (String)


196
197
198
199
200
# File 'lib/aws-sdk-codestarconnections/types.rb', line 196

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