Class: Aws::Types::HostedZoneConfig
- Inherits:
-
Object
- Object
- Aws::Types::HostedZoneConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#private_zone ⇒ Boolean
Returns the value of attribute private_zone.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
780 781 782 |
# File 'sig/types.rbs', line 780 def comment @comment end |
#private_zone ⇒ Boolean
Returns the value of attribute private_zone.
781 782 783 |
# File 'sig/types.rbs', line 781 def private_zone @private_zone end |