Class: Aws::SecurityHub::Types::AwsRoute53HostedZoneObjectDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configTypes::AwsRoute53HostedZoneConfigDetails

An object that includes the Comment element.



18292
18293
18294
18295
18296
18297
18298
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18292

class AwsRoute53HostedZoneObjectDetails < Struct.new(
  :id,
  :name,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID that Route 53 assigns to the hosted zone when you create it.

Returns:

  • (String)


18292
18293
18294
18295
18296
18297
18298
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18292

class AwsRoute53HostedZoneObjectDetails < Struct.new(
  :id,
  :name,
  :config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

Returns:

  • (String)


18292
18293
18294
18295
18296
18297
18298
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18292

class AwsRoute53HostedZoneObjectDetails < Struct.new(
  :id,
  :name,
  :config)
  SENSITIVE = []
  include Aws::Structure
end