Class: Aws::Types::PutClusterCapacityProvidersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_providers::Array[::String]

Returns the value of attribute capacity_providers.

Returns:

  • (::Array[::String])


2041
2042
2043
# File 'sig/types.rbs', line 2041

def capacity_providers
  @capacity_providers
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


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