Class: Aws::Types::CapacityProviderStrategyItem
- Inherits:
-
Object
- Object
- Aws::Types::CapacityProviderStrategyItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base ⇒ ::Integer
Returns the value of attribute base.
-
#capacity_provider ⇒ ::String
Returns the value of attribute capacity_provider.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#base ⇒ ::Integer
Returns the value of attribute base.
57 58 59 |
# File 'sig/types.rbs', line 57 def base @base end |
#capacity_provider ⇒ ::String
Returns the value of attribute capacity_provider.
55 56 57 |
# File 'sig/types.rbs', line 55 def capacity_provider @capacity_provider end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
56 57 58 |
# File 'sig/types.rbs', line 56 def weight @weight end |