Class: Aws::Route53::Types::GetReusableDelegationSetResponse

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

Overview

A complex type that contains the response to the GetReusableDelegationSet request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_setTypes::DelegationSet

A complex type that contains information about the reusable delegation set.



2972
2973
2974
2975
2976
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2972

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