Class: Aws::Types::InstanceNetworkInterfaceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::InstanceNetworkInterfaceAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#carrier_ip ⇒ ::String
Returns the value of attribute carrier_ip.
11838 11839 11840 |
# File 'sig/types.rbs', line 11838 def carrier_ip @carrier_ip end |
#customer_owned_ip ⇒ ::String
Returns the value of attribute customer_owned_ip.
11839 11840 11841 |
# File 'sig/types.rbs', line 11839 def customer_owned_ip @customer_owned_ip end |
#ip_owner_id ⇒ ::String
Returns the value of attribute ip_owner_id.
11840 11841 11842 |
# File 'sig/types.rbs', line 11840 def ip_owner_id @ip_owner_id end |
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
11841 11842 11843 |
# File 'sig/types.rbs', line 11841 def public_dns_name @public_dns_name end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
11842 11843 11844 |
# File 'sig/types.rbs', line 11842 def public_ip @public_ip end |