Class: Aws::Types::CreateServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceResponse
- 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.
162 163 164 |
# File 'sig/types.rbs', line 162 def operation_id @operation_id end |
#service ⇒ Types::Service
Returns the value of attribute service.
161 162 163 |
# File 'sig/types.rbs', line 161 def service @service end |