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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-route53/types.rb', line 3075

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