Class: Aws::Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails
- 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.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def base @base end |
#capacity_provider ⇒ ::String
Returns the value of attribute capacity_provider.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def capacity_provider @capacity_provider end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def weight @weight end |