Class: Aws::Types::ConnectionTypeBrief
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionTypeBrief
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
-
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
-
#connection_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
-
#connection_type_variants ⇒ ::Array[Types::ConnectionTypeVariant]
Returns the value of attribute connection_type_variants.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
-
#vendor ⇒ ::String
Returns the value of attribute vendor.
Instance Attribute Details
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def capabilities @capabilities end |
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def categories @categories end |
#connection_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def connection_type @connection_type end |
#connection_type_variants ⇒ ::Array[Types::ConnectionTypeVariant]
Returns the value of attribute connection_type_variants.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def connection_type_variants @connection_type_variants end |
#description ⇒ ::String
Returns the value of attribute description.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def display_name @display_name end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def logo_url @logo_url end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def vendor @vendor end |