Class: Aws::VPCLattice::Types::DnsEntry

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

Overview

Describes the DNS information of a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name of the service.

Returns:

  • (String)


1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1117

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

#hosted_zone_idString

The ID of the hosted zone.

Returns:

  • (String)


1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1117

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