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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-vpclattice/types.rb', line 1851

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)


1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-vpclattice/types.rb', line 1851

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