Class: Aws::Types::WarmPoolConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_reuse_policyTypes::InstanceReusePolicy

Returns the value of attribute instance_reuse_policy.



1550
1551
1552
# File 'sig/types.rbs', line 1550

def instance_reuse_policy
  @instance_reuse_policy
end

#max_group_prepared_capacity::Integer

Returns the value of attribute max_group_prepared_capacity.

Returns:

  • (::Integer)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def max_group_prepared_capacity
  @max_group_prepared_capacity
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def min_size
  @min_size
end

#pool_state"Stopped", ...

Returns the value of attribute pool_state.

Returns:

  • ("Stopped", "Running", "Hibernated")


1548
1549
1550
# File 'sig/types.rbs', line 1548

def pool_state
  @pool_state
end

#status"PendingDelete"

Returns the value of attribute status.

Returns:

  • ("PendingDelete")


1549
1550
1551
# File 'sig/types.rbs', line 1549

def status
  @status
end