Class: Aws::Types::UpdateServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#spec ⇒ ::String
Returns the value of attribute spec.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def name @name end |
#spec ⇒ ::String
Returns the value of attribute spec.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def spec @spec end |