Class: Aws::Types::PutWarmPoolType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def auto_scaling_group_name
  @auto_scaling_group_name
end

#instance_reuse_policyTypes::InstanceReusePolicy

Returns the value of attribute instance_reuse_policy.



1251
1252
1253
# File 'sig/types.rbs', line 1251

def instance_reuse_policy
  @instance_reuse_policy
end

#max_group_prepared_capacity::Integer

Returns the value of attribute max_group_prepared_capacity.

Returns:

  • (::Integer)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def max_group_prepared_capacity
  @max_group_prepared_capacity
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def min_size
  @min_size
end

#pool_state"Stopped", ...

Returns the value of attribute pool_state.

Returns:

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


1250
1251
1252
# File 'sig/types.rbs', line 1250

def pool_state
  @pool_state
end