Class: Aws::VPCLattice::Types::DnsResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

The DNS name of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the resource.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1691

class DnsResource < Struct.new(
  :domain_name,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The type of IP address. Dualstack is currently not supported.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1691

class DnsResource < Struct.new(
  :domain_name,
  :ip_address_type)
  SENSITIVE = []
  include Aws::Structure
end