Class: Aws::Types::PublicIpDnsNameOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_hostname_type::String

Returns the value of attribute dns_hostname_type.

Returns:

  • (::String)


15697
15698
15699
# File 'sig/types.rbs', line 15697

def dns_hostname_type
  @dns_hostname_type
end

#public_dual_stack_dns_name::String

Returns the value of attribute public_dual_stack_dns_name.

Returns:

  • (::String)


15700
15701
15702
# File 'sig/types.rbs', line 15700

def public_dual_stack_dns_name
  @public_dual_stack_dns_name
end

#public_ipv_4_dns_name::String

Returns the value of attribute public_ipv_4_dns_name.

Returns:

  • (::String)


15698
15699
15700
# File 'sig/types.rbs', line 15698

def public_ipv_4_dns_name
  @public_ipv_4_dns_name
end

#public_ipv_6_dns_name::String

Returns the value of attribute public_ipv_6_dns_name.

Returns:

  • (::String)


15699
15700
15701
# File 'sig/types.rbs', line 15699

def public_ipv_6_dns_name
  @public_ipv_6_dns_name
end