Class: Aws::Types::PublicIpv4Pool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


16045
16046
16047
# File 'sig/types.rbs', line 16045

def description
  @description
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


16049
16050
16051
# File 'sig/types.rbs', line 16049

def network_border_group
  @network_border_group
end

#pool_address_ranges::Array[Types::PublicIpv4PoolRange]

Returns the value of attribute pool_address_ranges.

Returns:



16046
16047
16048
# File 'sig/types.rbs', line 16046

def pool_address_ranges
  @pool_address_ranges
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


16044
16045
16046
# File 'sig/types.rbs', line 16044

def pool_id
  @pool_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



16050
16051
16052
# File 'sig/types.rbs', line 16050

def tags
  @tags
end

#total_address_count::Integer

Returns the value of attribute total_address_count.

Returns:

  • (::Integer)


16047
16048
16049
# File 'sig/types.rbs', line 16047

def total_address_count
  @total_address_count
end

#total_available_address_count::Integer

Returns the value of attribute total_available_address_count.

Returns:

  • (::Integer)


16048
16049
16050
# File 'sig/types.rbs', line 16048

def total_available_address_count
  @total_available_address_count
end