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.
23296 23297 23298 23299 23300 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23296 class RegisterConnectionTypeResponse < Struct.new( :connection_type_arn) SENSITIVE = [] include Aws::Structure end |