Class: Aws::Types::LoadBalancerAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:



696
697
698
# File 'sig/types.rbs', line 696

def allocation_id
  @allocation_id
end

#i_pv_6_address::String

Returns the value of attribute i_pv_6_address.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def i_pv_6_address
  @i_pv_6_address
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def ip_address
  @ip_address
end

#private_i_pv_4_address::String

Returns the value of attribute private_i_pv_4_address.

Returns:



697
698
699
# File 'sig/types.rbs', line 697

def private_i_pv_4_address
  @private_i_pv_4_address
end