Class: Aws::Types::DeleteBillingViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBillingViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#force ⇒ Boolean
Returns the value of attribute force.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
190 191 192 |
# File 'sig/types.rbs', line 190 def arn @arn end |
#force ⇒ Boolean
Returns the value of attribute force.
191 192 193 |
# File 'sig/types.rbs', line 191 def force @force end |