Class: Aws::Types::InstanceNetworkInterfaceAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_ip::String

Returns the value of attribute carrier_ip.

Returns:

  • (::String)


12056
12057
12058
# File 'sig/types.rbs', line 12056

def carrier_ip
  @carrier_ip
end

#customer_owned_ip::String

Returns the value of attribute customer_owned_ip.

Returns:

  • (::String)


12057
12058
12059
# File 'sig/types.rbs', line 12057

def customer_owned_ip
  @customer_owned_ip
end

#ip_owner_id::String

Returns the value of attribute ip_owner_id.

Returns:

  • (::String)


12058
12059
12060
# File 'sig/types.rbs', line 12058

def ip_owner_id
  @ip_owner_id
end

#public_dns_name::String

Returns the value of attribute public_dns_name.

Returns:

  • (::String)


12059
12060
12061
# File 'sig/types.rbs', line 12059

def public_dns_name
  @public_dns_name
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


12060
12061
12062
# File 'sig/types.rbs', line 12060

def public_ip
  @public_ip
end