Class: Aws::SecurityHub::Types::AwsRoute53HostedZoneConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRoute53HostedZoneConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An object that contains an optional comment about your Amazon RouteĀ 53 hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
Any comments that you include about the hosted zone.
Instance Attribute Details
#comment ⇒ String
Any comments that you include about the hosted zone.
18234 18235 18236 18237 18238 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18234 class AwsRoute53HostedZoneConfigDetails < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |