Class: Aws::Types::ChargeAccount
- Inherits:
-
Object
- Object
- Aws::Types::ChargeAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#charge_percentage ⇒ ::String
Returns the value of attribute charge_percentage.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def account_id @account_id end |
#charge_percentage ⇒ ::String
Returns the value of attribute charge_percentage.
115 116 117 |
# File 'sig/types.rbs', line 115 def charge_percentage @charge_percentage end |