Class: Aws::Types::DeleteServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
807 808 809 |
# File 'sig/types.rbs', line 807 def cluster @cluster end |
#force ⇒ Boolean
Returns the value of attribute force.
809 810 811 |
# File 'sig/types.rbs', line 809 def force @force end |
#service ⇒ ::String
Returns the value of attribute service.
808 809 810 |
# File 'sig/types.rbs', line 808 def service @service end |