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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


10128
10129
10130
10131
10132
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10128

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