Class: Aws::SecurityHub::Types::AwsRoute53HostedZoneObjectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRoute53HostedZoneObjectDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
18426 18427 18428 18429 18430 18431 18432 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18426 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.
18426 18427 18428 18429 18430 18431 18432 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18426 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.
18426 18427 18428 18429 18430 18431 18432 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18426 class AwsRoute53HostedZoneObjectDetails < Struct.new( :id, :name, :config) SENSITIVE = [] include Aws::Structure end |