Class: Aws::Types::CapacityProviderStrategyItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base::Integer

Returns the value of attribute base.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def base
  @base
end

#capacity_provider::String

Returns the value of attribute capacity_provider.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def capacity_provider
  @capacity_provider
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


123
124
125
# File 'sig/types.rbs', line 123

def weight
  @weight
end