Class: Aws::CodeConnections::Types::GetConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetConnectionInput
- 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 a connection.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of a connection.
434 435 436 437 438 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 434 class GetConnectionInput < Struct.new( :connection_arn) SENSITIVE = [] include Aws::Structure end |