Class: Aws::Types::ServiceInfo
- Inherits:
-
Object
- Object
- Aws::Types::ServiceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#service_code ⇒ ::String
Returns the value of attribute service_code.
376 377 378 |
# File 'sig/types.rbs', line 376 def service_code @service_code end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
377 378 379 |
# File 'sig/types.rbs', line 377 def service_name @service_name end |