Class: Aws::Types::ConnectionTypeVariant
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionTypeVariant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_type_variant_name ⇒ ::String
Returns the value of attribute connection_type_variant_name.
-
#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.
Instance Attribute Details
#connection_type_variant_name ⇒ ::String
Returns the value of attribute connection_type_variant_name.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def connection_type_variant_name @connection_type_variant_name end |
#description ⇒ ::String
Returns the value of attribute description.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def display_name @display_name end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def logo_url @logo_url end |