Class: Aws::Types::LocationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LocationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#always_on_capacity ⇒ ::Integer
Returns the value of attribute always_on_capacity.
-
#location_name ⇒ ::String
Returns the value of attribute location_name.
-
#maximum_capacity ⇒ ::Integer
Returns the value of attribute maximum_capacity.
-
#on_demand_capacity ⇒ ::Integer
Returns the value of attribute on_demand_capacity.
-
#target_idle_capacity ⇒ ::Integer
Returns the value of attribute target_idle_capacity.
-
#vpc_transit_configuration ⇒ Types::VpcTransitConfiguration
Returns the value of attribute vpc_transit_configuration.
Instance Attribute Details
#always_on_capacity ⇒ ::Integer
Returns the value of attribute always_on_capacity.
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.
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.
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.
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.
431 432 433 |
# File 'sig/types.rbs', line 431 def target_idle_capacity @target_idle_capacity end |
#vpc_transit_configuration ⇒ Types::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 |