Class: Aws::Glue::Types::CreateConnectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_connection_statusString

The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.

Returns:

  • (String)


4437
4438
4439
4440
4441
# File 'lib/aws-sdk-glue/types.rb', line 4437

class CreateConnectionResponse < Struct.new(
  :create_connection_status)
  SENSITIVE = []
  include Aws::Structure
end