Class: Aws::Glue::Types::RegisterConnectionTypeResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connection_type_arnString

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.

Returns:

  • (String)


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