Method: Aws::WorkMail::Types::Domain#hosted_zone_id

Defined in:
lib/aws-sdk-workmail/types.rb

#hosted_zone_idString

The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.

Returns:

  • (String)


2101
2102
2103
2104
2105
2106
# File 'lib/aws-sdk-workmail/types.rb', line 2101

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