Class: Aws::Types::UpdateFleetCapacityInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instances::Integer

Returns the value of attribute desired_instances.

Returns:

  • (::Integer)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def desired_instances
  @desired_instances
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def fleet_id
  @fleet_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


2332
2333
2334
# File 'sig/types.rbs', line 2332

def location
  @location
end

#managed_capacity_configurationTypes::ManagedCapacityConfiguration

Returns the value of attribute managed_capacity_configuration.



2333
2334
2335
# File 'sig/types.rbs', line 2333

def managed_capacity_configuration
  @managed_capacity_configuration
end

#max_size::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def max_size
  @max_size
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


2330
2331
2332
# File 'sig/types.rbs', line 2330

def min_size
  @min_size
end