Class: Aws::Types::LocationState
- Inherits:
-
Object
- Object
- Aws::Types::LocationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_capacity ⇒ ::Integer
Returns the value of attribute allocated_capacity.
-
#always_on_capacity ⇒ ::Integer
Returns the value of attribute always_on_capacity.
-
#idle_capacity ⇒ ::Integer
Returns the value of attribute idle_capacity.
-
#internal_vpc_ipv_4_cidr_block ⇒ ::String
Returns the value of attribute internal_vpc_ipv_4_cidr_block.
-
#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.
-
#requested_capacity ⇒ ::Integer
Returns the value of attribute requested_capacity.
-
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
-
#target_idle_capacity ⇒ ::Integer
Returns the value of attribute target_idle_capacity.
-
#vpc_transit_configuration ⇒ Types::VpcTransitConfigurationResponse
Returns the value of attribute vpc_transit_configuration.
Instance Attribute Details
#allocated_capacity ⇒ ::Integer
Returns the value of attribute allocated_capacity.
445 446 447 |
# File 'sig/types.rbs', line 445 def allocated_capacity @allocated_capacity end |
#always_on_capacity ⇒ ::Integer
Returns the value of attribute always_on_capacity.
440 441 442 |
# File 'sig/types.rbs', line 440 def always_on_capacity @always_on_capacity end |
#idle_capacity ⇒ ::Integer
Returns the value of attribute idle_capacity.
446 447 448 |
# File 'sig/types.rbs', line 446 def idle_capacity @idle_capacity end |
#internal_vpc_ipv_4_cidr_block ⇒ ::String
Returns the value of attribute internal_vpc_ipv_4_cidr_block.
447 448 449 |
# File 'sig/types.rbs', line 447 def internal_vpc_ipv_4_cidr_block @internal_vpc_ipv_4_cidr_block end |
#location_name ⇒ ::String
Returns the value of attribute location_name.
438 439 440 |
# File 'sig/types.rbs', line 438 def location_name @location_name end |
#maximum_capacity ⇒ ::Integer
Returns the value of attribute maximum_capacity.
443 444 445 |
# File 'sig/types.rbs', line 443 def maximum_capacity @maximum_capacity end |
#on_demand_capacity ⇒ ::Integer
Returns the value of attribute on_demand_capacity.
441 442 443 |
# File 'sig/types.rbs', line 441 def on_demand_capacity @on_demand_capacity end |
#requested_capacity ⇒ ::Integer
Returns the value of attribute requested_capacity.
444 445 446 |
# File 'sig/types.rbs', line 444 def requested_capacity @requested_capacity end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
439 440 441 |
# File 'sig/types.rbs', line 439 def status @status end |
#target_idle_capacity ⇒ ::Integer
Returns the value of attribute target_idle_capacity.
442 443 444 |
# File 'sig/types.rbs', line 442 def target_idle_capacity @target_idle_capacity end |
#vpc_transit_configuration ⇒ Types::VpcTransitConfigurationResponse
Returns the value of attribute vpc_transit_configuration.
448 449 450 |
# File 'sig/types.rbs', line 448 def vpc_transit_configuration @vpc_transit_configuration end |