Class: Aws::Types::DeleteVariantStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVariantStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
648 649 650 |
# File 'sig/types.rbs', line 648 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
647 648 649 |
# File 'sig/types.rbs', line 647 def name @name end |