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.
814 815 816 |
# File 'sig/types.rbs', line 814 def cluster @cluster end |
#force ⇒ Boolean
Returns the value of attribute force.
816 817 818 |
# File 'sig/types.rbs', line 816 def force @force end |
#service ⇒ ::String
Returns the value of attribute service.
815 816 817 |
# File 'sig/types.rbs', line 815 def service @service end |