Class: Aws::SecurityHub::Types::AwsRoute53HostedZoneObjectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRoute53HostedZoneObjectDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An object that contains information about an Amazon Route 53 hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config ⇒ Types::AwsRoute53HostedZoneConfigDetails
An object that includes the ‘Comment` element.
-
#id ⇒ String
The ID that Route 53 assigns to the hosted zone when you create it.
-
#name ⇒ String
The name of the domain.
Instance Attribute Details
#config ⇒ Types::AwsRoute53HostedZoneConfigDetails
An object that includes the ‘Comment` element.
18295 18296 18297 18298 18299 18300 18301 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18295 class AwsRoute53HostedZoneObjectDetails < Struct.new( :id, :name, :config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID that Route 53 assigns to the hosted zone when you create it.
18295 18296 18297 18298 18299 18300 18301 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18295 class AwsRoute53HostedZoneObjectDetails < Struct.new( :id, :name, :config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
18295 18296 18297 18298 18299 18300 18301 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18295 class AwsRoute53HostedZoneObjectDetails < Struct.new( :id, :name, :config) SENSITIVE = [] include Aws::Structure end |