Class: Aws::Types::AwsSupportedService
- Inherits:
-
Object
- Object
- Aws::Types::AwsSupportedService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#supported_service_type ⇒ ::String
Returns the value of attribute supported_service_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
53 54 55 |
# File 'sig/types.rbs', line 53 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
52 53 54 |
# File 'sig/types.rbs', line 52 def display_name @display_name end |
#supported_service_type ⇒ ::String
Returns the value of attribute supported_service_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def supported_service_type @supported_service_type end |