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.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def capacity_providers @capacity_providers end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def cluster @cluster end |
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def default_capacity_provider_strategy @default_capacity_provider_strategy end |