Class: Aws::Types::DeleteServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#service ⇒ Types::Service
Returns the value of attribute service.
Instance Attribute Details
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def operation_id @operation_id end |
#service ⇒ Types::Service
Returns the value of attribute service.
237 238 239 |
# File 'sig/types.rbs', line 237 def service @service end |