Class: Aws::Route53::Types::GetReusableDelegationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetReusableDelegationSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A request to get information about a specified reusable delegation set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the reusable delegation set that you want to get a list of name servers for.
Instance Attribute Details
#id ⇒ String
The ID of the reusable delegation set that you want to get a list of name servers for.
3057 3058 3059 3060 3061 |
# File 'lib/aws-sdk-route53/types.rb', line 3057 class GetReusableDelegationSetRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |