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)


1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-vpclattice/types.rb', line 1630

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

#ip_address_typeString

The type of IP address.

Returns:

  • (String)


1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-vpclattice/types.rb', line 1630

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