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.
12961 12962 12963 |
# File 'sig/types.rbs', line 12961 def aws_account_id @aws_account_id end |
#purchase_mode ⇒ "MANUAL", "AUTO_PURCHASE"
Returns the value of attribute purchase_mode.
12962 12963 12964 |
# File 'sig/types.rbs', line 12962 def purchase_mode @purchase_mode end |