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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


11572
11573
11574
# File 'sig/types.rbs', line 11572

def public_ip
  @public_ip
end