Class: Aws::Types::WarmPoolConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def enabled
  @enabled
end

#max_group_prepared_capacity::Integer

Returns the value of attribute max_group_prepared_capacity.

Returns:

  • (::Integer)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def max_group_prepared_capacity
  @max_group_prepared_capacity
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def min_size
  @min_size
end

#pool_state"STOPPED", ...

Returns the value of attribute pool_state.

Returns:

  • ("STOPPED", "RUNNING", "HIBERNATED")


2187
2188
2189
# File 'sig/types.rbs', line 2187

def pool_state
  @pool_state
end

#reuse_on_scale_inBoolean

Returns the value of attribute reuse_on_scale_in.

Returns:

  • (Boolean)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def reuse_on_scale_in
  @reuse_on_scale_in
end