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.
11568 11569 11570 |
# File 'sig/types.rbs', line 11568 def carrier_ip @carrier_ip end |
#customer_owned_ip ⇒ ::String
Returns the value of attribute customer_owned_ip.
11569 11570 11571 |
# File 'sig/types.rbs', line 11569 def customer_owned_ip @customer_owned_ip end |
#ip_owner_id ⇒ ::String
Returns the value of attribute ip_owner_id.
11570 11571 11572 |
# File 'sig/types.rbs', line 11570 def ip_owner_id @ip_owner_id end |
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
11571 11572 11573 |
# File 'sig/types.rbs', line 11571 def public_dns_name @public_dns_name end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
11572 11573 11574 |
# File 'sig/types.rbs', line 11572 def public_ip @public_ip end |