Class: Aws::Types::NetworkInterfaceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterfaceAssociation
- 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.
-
#ip_owner_id ⇒ ::String
Returns the value of attribute ip_owner_id.
-
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
14809 14810 14811 |
# File 'sig/types.rbs', line 14809 def allocation_id @allocation_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
14810 14811 14812 |
# File 'sig/types.rbs', line 14810 def association_id @association_id end |
#carrier_ip ⇒ ::String
Returns the value of attribute carrier_ip.
14815 14816 14817 |
# File 'sig/types.rbs', line 14815 def carrier_ip @carrier_ip end |
#customer_owned_ip ⇒ ::String
Returns the value of attribute customer_owned_ip.
14814 14815 14816 |
# File 'sig/types.rbs', line 14814 def customer_owned_ip @customer_owned_ip end |
#ip_owner_id ⇒ ::String
Returns the value of attribute ip_owner_id.
14811 14812 14813 |
# File 'sig/types.rbs', line 14811 def ip_owner_id @ip_owner_id end |
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
14812 14813 14814 |
# File 'sig/types.rbs', line 14812 def public_dns_name @public_dns_name end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
14813 14814 14815 |
# File 'sig/types.rbs', line 14813 def public_ip @public_ip end |