Class: Aws::Types::Address
- Inherits:
-
Object
- Object
- Aws::Types::Address
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#association_id ⇒ ::String
Returns the value of attribute association_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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#network_interface_owner_id ⇒ ::String
Returns the value of attribute network_interface_owner_id.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
-
#service_managed ⇒ "alb", ...
Returns the value of attribute service_managed.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def allocation_id @allocation_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def association_id @association_id end |
#carrier_ip ⇒ ::String
Returns the value of attribute carrier_ip.
262 263 264 |
# File 'sig/types.rbs', line 262 def carrier_ip @carrier_ip end |
#customer_owned_ip ⇒ ::String
Returns the value of attribute customer_owned_ip.
260 261 262 |
# File 'sig/types.rbs', line 260 def customer_owned_ip @customer_owned_ip end |
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
261 262 263 |
# File 'sig/types.rbs', line 261 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#domain ⇒ "vpc", "standard"
Returns the value of attribute domain.
253 254 255 |
# File 'sig/types.rbs', line 253 def domain @domain end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def instance_id @instance_id end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
259 260 261 |
# File 'sig/types.rbs', line 259 def network_border_group @network_border_group end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def network_interface_id @network_interface_id end |
#network_interface_owner_id ⇒ ::String
Returns the value of attribute network_interface_owner_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def network_interface_owner_id @network_interface_owner_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
256 257 258 |
# File 'sig/types.rbs', line 256 def private_ip_address @private_ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
266 267 268 |
# File 'sig/types.rbs', line 266 def public_ip @public_ip end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
258 259 260 |
# File 'sig/types.rbs', line 258 def public_ipv_4_pool @public_ipv_4_pool end |
#service_managed ⇒ "alb", ...
Returns the value of attribute service_managed.
264 265 266 |
# File 'sig/types.rbs', line 264 def service_managed @service_managed end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
257 258 259 |
# File 'sig/types.rbs', line 257 def @tags end |