Class: Aws::Types::LoadBalancerAddress
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#i_pv_6_address ⇒ ::String
Returns the value of attribute i_pv_6_address.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#private_i_pv_4_address ⇒ ::String
Returns the value of attribute private_i_pv_4_address.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
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.
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.
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.
697 698 699 |
# File 'sig/types.rbs', line 697 def private_i_pv_4_address @private_i_pv_4_address end |