Class: Aws::Types::AwsEc2EipDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2EipDetails
- 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.
-
#domain ⇒ ::String
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.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def allocation_id @allocation_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def association_id @association_id end |
#domain ⇒ ::String
Returns the value of attribute domain.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def domain @domain end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def instance_id @instance_id end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def network_border_group @network_border_group end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def network_interface_id @network_interface_id end |
#network_interface_owner_id ⇒ ::String
Returns the value of attribute network_interface_owner_id.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def network_interface_owner_id @network_interface_owner_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def private_ip_address @private_ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def public_ip @public_ip end |
#public_ipv_4_pool ⇒ ::String
Returns the value of attribute public_ipv_4_pool.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def public_ipv_4_pool @public_ipv_4_pool end |