Method: Aws::Glue::Types::ConnectionTypeBrief#display_name
- Defined in:
- lib/aws-sdk-glue/types.rb
#display_name ⇒ String
The human-readable name for the connection type that is displayed in the Glue console.
4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 |
# File 'lib/aws-sdk-glue/types.rb', line 4421 class ConnectionTypeBrief < Struct.new( :connection_type, :display_name, :vendor, :description, :categories, :capabilities, :logo_url, :connection_type_variants) SENSITIVE = [] include Aws::Structure end |