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.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def connection_type_variant_name @connection_type_variant_name end |
#description ⇒ ::String
Returns the value of attribute description.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def display_name @display_name end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def logo_url @logo_url end |