Class: Aws::CodeConnections::Types::DeleteConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::DeleteConnectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection to be deleted.
Instance Attribute Details
#connection_arn ⇒ String
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>
364 365 366 367 368 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 364 class DeleteConnectionInput < Struct.new( :connection_arn) SENSITIVE = [] include Aws::Structure end |