Class: Aws::Route53::Types::CreateReusableDelegationSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_setTypes::DelegationSet

A complex type that contains name server information.



1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1577

class CreateReusableDelegationSetResponse < Struct.new(
  :delegation_set,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The unique URL representing the new reusable delegation set.

Returns:

  • (String)


1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1577

class CreateReusableDelegationSetResponse < Struct.new(
  :delegation_set,
  :location)
  SENSITIVE = []
  include Aws::Structure
end