Class: Aws::Types::NetworkInterfacePrivateIpAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::NetworkInterfaceAssociation

Returns the value of attribute association.



15513
15514
15515
# File 'sig/types.rbs', line 15513

def association
  @association
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


15514
15515
15516
# File 'sig/types.rbs', line 15514

def primary
  @primary
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


15515
15516
15517
# File 'sig/types.rbs', line 15515

def private_dns_name
  @private_dns_name
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


15516
15517
15518
# File 'sig/types.rbs', line 15516

def private_ip_address
  @private_ip_address
end