Class: Aws::Route53::Types::CreateHostedZoneResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

A complex type containing the response information for the hosted zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_infoTypes::ChangeInfo

A complex type that contains information about the ‘CreateHostedZone` request.

Returns:



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-route53/types.rb', line 1381

class CreateHostedZoneResponse < Struct.new(
  :hosted_zone,
  :change_info,
  :delegation_set,
  :vpc,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#delegation_setTypes::DelegationSet

A complex type that describes the name servers for this hosted zone.



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-route53/types.rb', line 1381

class CreateHostedZoneResponse < Struct.new(
  :hosted_zone,
  :change_info,
  :delegation_set,
  :vpc,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zoneTypes::HostedZone

A complex type that contains general information about the hosted zone.

Returns:



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-route53/types.rb', line 1381

class CreateHostedZoneResponse < Struct.new(
  :hosted_zone,
  :change_info,
  :delegation_set,
  :vpc,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The unique URL representing the new hosted zone.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-route53/types.rb', line 1381

class CreateHostedZoneResponse < Struct.new(
  :hosted_zone,
  :change_info,
  :delegation_set,
  :vpc,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::VPC

A complex type that contains information about an Amazon VPC that you associated with this hosted zone.

Returns:



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-route53/types.rb', line 1381

class CreateHostedZoneResponse < Struct.new(
  :hosted_zone,
  :change_info,
  :delegation_set,
  :vpc,
  :location)
  SENSITIVE = []
  include Aws::Structure
end