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)


1125
1126
1127
1128
1129
1130
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1125

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)


1125
1126
1127
1128
1129
1130
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1125

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