Class: Aws::Types::NetworkInterfaceAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


15106
15107
15108
# File 'sig/types.rbs', line 15106

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


15107
15108
15109
# File 'sig/types.rbs', line 15107

def association_id
  @association_id
end

#carrier_ip::String

Returns the value of attribute carrier_ip.

Returns:

  • (::String)


15112
15113
15114
# File 'sig/types.rbs', line 15112

def carrier_ip
  @carrier_ip
end

#customer_owned_ip::String

Returns the value of attribute customer_owned_ip.

Returns:

  • (::String)


15111
15112
15113
# File 'sig/types.rbs', line 15111

def customer_owned_ip
  @customer_owned_ip
end

#ip_owner_id::String

Returns the value of attribute ip_owner_id.

Returns:

  • (::String)


15108
15109
15110
# File 'sig/types.rbs', line 15108

def ip_owner_id
  @ip_owner_id
end

#public_dns_name::String

Returns the value of attribute public_dns_name.

Returns:

  • (::String)


15109
15110
15111
# File 'sig/types.rbs', line 15109

def public_dns_name
  @public_dns_name
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


15110
15111
15112
# File 'sig/types.rbs', line 15110

def public_ip
  @public_ip
end