Class: Aws::Types::DedicatedIpPool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def pool_name
  @pool_name
end

#scaling_mode"STANDARD", "MANAGED"

Returns the value of attribute scaling_mode.

Returns:

  • ("STANDARD", "MANAGED")


402
403
404
# File 'sig/types.rbs', line 402

def scaling_mode
  @scaling_mode
end