Class: Aws::Types::UpdateSPICECapacityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSPICECapacityConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#purchase_mode ⇒ "MANUAL", "AUTO_PURCHASE"
Returns the value of attribute purchase_mode.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12505 12506 12507 |
# File 'sig/types.rbs', line 12505 def aws_account_id @aws_account_id end |
#purchase_mode ⇒ "MANUAL", "AUTO_PURCHASE"
Returns the value of attribute purchase_mode.
12506 12507 12508 |
# File 'sig/types.rbs', line 12506 def purchase_mode @purchase_mode end |