Class: Aws::Types::AwsEcsServiceCapacityProviderStrategyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServiceCapacityProviderStrategyDetails
- 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.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def base @base end |
#capacity_provider ⇒ ::String
Returns the value of attribute capacity_provider.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def capacity_provider @capacity_provider end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def weight @weight end |