You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateReusableDelegationSetRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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)

    A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice.

#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)

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