You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53::Types::HostedZoneConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HostedZoneConfig
- Defined in:
- (unknown)
Overview
Note:
When passing HostedZoneConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
comment: "ResourceDescription",
private_zone: false,
}
A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig
and Comment
elements.
Returned by:
Instance Attribute Summary collapse
-
#comment ⇒ String
Any comments that you want to include about the hosted zone.
-
#private_zone ⇒ Boolean
A value that indicates whether this is a private hosted zone.
Instance Attribute Details
#comment ⇒ String
Any comments that you want to include about the hosted zone.
#private_zone ⇒ Boolean
A value that indicates whether this is a private hosted zone.