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.



3075
3076
3077
3078
3079
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3075

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