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)


15151
15152
15153
# File 'sig/types.rbs', line 15151

def ipv_6_address
  @ipv_6_address
end

#is_primary_ipv_6Boolean

Returns the value of attribute is_primary_ipv_6.

Returns:

  • (Boolean)


15153
15154
15155
# File 'sig/types.rbs', line 15153

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)


15152
15153
15154
# File 'sig/types.rbs', line 15152

def public_ipv_6_dns_name
  @public_ipv_6_dns_name
end