Class: Aws::Types::AllocateAddressResult
- Inherits:
-
Object
- Object
- Aws::Types::AllocateAddressResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#carrier_ip ⇒ ::String
Returns the value of attribute carrier_ip.
-
#customer_owned_ip ⇒ ::String
Returns the value of attribute customer_owned_ip.
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#domain ⇒ "vpc", "standard"
Returns the value of attribute domain.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def allocation_id @allocation_id end |
#carrier_ip ⇒ ::String
Returns the value of attribute carrier_ip.
320 321 322 |
# File 'sig/types.rbs', line 320 def carrier_ip @carrier_ip end |
#customer_owned_ip ⇒ ::String
Returns the value of attribute customer_owned_ip.
318 319 320 |
# File 'sig/types.rbs', line 318 def customer_owned_ip @customer_owned_ip end |
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
319 320 321 |
# File 'sig/types.rbs', line 319 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#domain ⇒ "vpc", "standard"
Returns the value of attribute domain.
317 318 319 |
# File 'sig/types.rbs', line 317 def domain @domain end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
316 317 318 |
# File 'sig/types.rbs', line 316 def network_border_group @network_border_group end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
321 322 323 |
# File 'sig/types.rbs', line 321 def public_ip @public_ip end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
315 316 317 |
# File 'sig/types.rbs', line 315 def public_ipv_4_pool @public_ipv_4_pool end |