Class: Aws::Glue::Types::RegisterConnectionTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RegisterConnectionTypeResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Contains the Amazon Resource Name (ARN) of the newly registered connection type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_type_arn ⇒ String
The Amazon Resource Name (ARN) of the registered connection type.
Instance Attribute Details
#connection_type_arn ⇒ String
The Amazon Resource Name (ARN) of the registered connection type. This unique identifier can be used to reference the connection type in other Glue operations.
25480 25481 25482 25483 25484 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 25480 class RegisterConnectionTypeResponse < Struct.new( :connection_type_arn) SENSITIVE = [] include Aws::Structure end |