Class: Aws::Types::LocationState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_capacity::Integer

Returns the value of attribute allocated_capacity.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


444
445
446
# File 'sig/types.rbs', line 444

def requested_capacity
  @requested_capacity
end

#status"ACTIVATING", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATING", "ACTIVE", "ERROR", "REMOVING")


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.

Returns:

  • (::Integer)


442
443
444
# File 'sig/types.rbs', line 442

def target_idle_capacity
  @target_idle_capacity
end

#vpc_transit_configurationTypes::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