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)


78
79
80
# File 'sig/types.rbs', line 78

def pool_name
  @pool_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def tags
  @tags
end