Class: Aws::Types::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#service ⇒ Types::ServiceChange
Returns the value of attribute service.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
693 694 695 |
# File 'sig/types.rbs', line 693 def id @id end |
#service ⇒ Types::ServiceChange
Returns the value of attribute service.
694 695 696 |
# File 'sig/types.rbs', line 694 def service @service end |