Class: Aws::Types::PutClusterCapacityProvidersRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutClusterCapacityProvidersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
Instance Attribute Details
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def capacity_providers @capacity_providers end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def cluster @cluster end |
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def default_capacity_provider_strategy @default_capacity_provider_strategy end |