Class: Aws::Glue::Types::DeleteConnectionTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteConnectionTypeRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_type ⇒ String
The name of the connection type to delete.
Instance Attribute Details
#connection_type ⇒ String
The name of the connection type to delete. Must reference an existing registered connection type.
9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9355 class DeleteConnectionTypeRequest < Struct.new( :connection_type) SENSITIVE = [] include Aws::Structure end |