Class: Aws::Types::ServiceReference
- Inherits:
-
Object
- Object
- Aws::Types::ServiceReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#service_id ⇒ ::String
Returns the value of attribute service_id.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def service_name @service_name end |