Class: Aws::Types::LocationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#always_on_capacity::Integer

Returns the value of attribute always_on_capacity.

Returns:

  • (::Integer)


429
430
431
# File 'sig/types.rbs', line 429

def always_on_capacity
  @always_on_capacity
end

#location_name::String

Returns the value of attribute location_name.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def location_name
  @location_name
end

#maximum_capacity::Integer

Returns the value of attribute maximum_capacity.

Returns:

  • (::Integer)


432
433
434
# File 'sig/types.rbs', line 432

def maximum_capacity
  @maximum_capacity
end

#on_demand_capacity::Integer

Returns the value of attribute on_demand_capacity.

Returns:

  • (::Integer)


430
431
432
# File 'sig/types.rbs', line 430

def on_demand_capacity
  @on_demand_capacity
end

#target_idle_capacity::Integer

Returns the value of attribute target_idle_capacity.

Returns:

  • (::Integer)


431
432
433
# File 'sig/types.rbs', line 431

def target_idle_capacity
  @target_idle_capacity
end

#vpc_transit_configurationTypes::VpcTransitConfiguration

Returns the value of attribute vpc_transit_configuration.



433
434
435
# File 'sig/types.rbs', line 433

def vpc_transit_configuration
  @vpc_transit_configuration
end