Class: Aws::Types::CreateDedicatedIpPoolRequest

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)


246
247
248
# File 'sig/types.rbs', line 246

def pool_name
  @pool_name
end

#scaling_mode"STANDARD", "MANAGED"

Returns the value of attribute scaling_mode.

Returns:

  • ("STANDARD", "MANAGED")


248
249
250
# File 'sig/types.rbs', line 248

def scaling_mode
  @scaling_mode
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def tags
  @tags
end