Class: Aws::Types::NetworkInterfaceIpv6Address

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


14854
14855
14856
# File 'sig/types.rbs', line 14854

def ipv_6_address
  @ipv_6_address
end

#is_primary_ipv_6Boolean

Returns the value of attribute is_primary_ipv_6.

Returns:

  • (Boolean)


14856
14857
14858
# File 'sig/types.rbs', line 14856

def is_primary_ipv_6
  @is_primary_ipv_6
end

#public_ipv_6_dns_name::String

Returns the value of attribute public_ipv_6_dns_name.

Returns:

  • (::String)


14855
14856
14857
# File 'sig/types.rbs', line 14855

def public_ipv_6_dns_name
  @public_ipv_6_dns_name
end