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.
23304 23305 23306 23307 23308 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23304 class RegisterConnectionTypeResponse < Struct.new( :connection_type_arn) SENSITIVE = [] include Aws::Structure end |