Class: Aws::Route53::Types::GetReusableDelegationSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetReusableDelegationSetResponse
- 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
-
#delegation_set ⇒ Types::DelegationSet
A complex type that contains information about the reusable delegation set.
Instance Attribute Details
#delegation_set ⇒ Types::DelegationSet
A complex type that contains information about the reusable delegation set.
3073 3074 3075 3076 3077 |
# File 'lib/aws-sdk-route53/types.rb', line 3073 class GetReusableDelegationSetResponse < Struct.new( :delegation_set) SENSITIVE = [] include Aws::Structure end |