class Aws::Route53::Types::CreateReusableDelegationSetRequest

@note When making an API call, you may pass CreateReusableDelegationSetRequest

data as a hash:

    {
      caller_reference: "Nonce", # required
      hosted_zone_id: "ResourceId",
    }

@!attribute [rw] caller_reference

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.
@return [String]

@!attribute [rw] hosted_zone_id

If you want to mark the delegation set for an existing hosted zone
as reusable, the ID for that hosted zone.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateReusableDelegationSetRequest AWS API Documentation

Constants

SENSITIVE