Class: Aws::Glue::Types::DescribeConnectionTypeRequest

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

#connection_typeString

The name of the connection type to be described.

Returns:

  • (String)


10546
10547
10548
10549
10550
# File 'lib/aws-sdk-glue/types.rb', line 10546

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