Method: Aws::Glue::Types::DescribeConnectionTypeRequest#connection_type
- Defined in:
- lib/aws-sdk-glue/types.rb
#connection_type ⇒ String
The name of the connection type to be described.
9787 9788 9789 9790 9791 |
# File 'lib/aws-sdk-glue/types.rb', line 9787 class DescribeConnectionTypeRequest < Struct.new( :connection_type) SENSITIVE = [] include Aws::Structure end |