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)


15490
15491
15492
# File 'sig/types.rbs', line 15490

def ipv_6_address
  @ipv_6_address
end

#is_primary_ipv_6Boolean

Returns the value of attribute is_primary_ipv_6.

Returns:

  • (Boolean)


15492
15493
15494
# File 'sig/types.rbs', line 15492

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)


15491
15492
15493
# File 'sig/types.rbs', line 15491

def public_ipv_6_dns_name
  @public_ipv_6_dns_name
end