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.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def capabilities @capabilities end |
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def categories @categories end |
#connection_type ⇒ "JDBC", ...
Returns the value of attribute connection_type.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def connection_type @connection_type end |
#connection_type_variants ⇒ ::Array[Types::ConnectionTypeVariant]
Returns the value of attribute connection_type_variants.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def connection_type_variants @connection_type_variants end |
#description ⇒ ::String
Returns the value of attribute description.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def display_name @display_name end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def logo_url @logo_url end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def vendor @vendor end |