Class: Aws::Route53::Types::CreateReusableDelegationSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#caller_referenceString

A unique string that identifies the request, and that allows you to retry failed ‘CreateReusableDelegationSet` requests without the risk of executing the operation twice. You must use a unique `CallerReference` string every time you submit a `CreateReusableDelegationSet` request. `CallerReference` can be any unique string, for example a date/time stamp.

Returns:

  • (String)


1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-route53/types.rb', line 1560

class CreateReusableDelegationSetRequest < Struct.new(
  :caller_reference,
  :hosted_zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.

Returns:

  • (String)


1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-route53/types.rb', line 1560

class CreateReusableDelegationSetRequest < Struct.new(
  :caller_reference,
  :hosted_zone_id)
  SENSITIVE = []
  include Aws::Structure
end