Class: Aws::Route53Domains::Types::DisassociateDelegationSignerFromDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DisassociateDelegationSignerFromDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain.
-
#id ⇒ String
An internal identification number assigned to each DS record after it’s created.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain.
597 598 599 600 601 602 |
# File 'lib/aws-sdk-route53domains/types.rb', line 597 class DisassociateDelegationSignerFromDomainRequest < Struct.new( :domain_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by [GetDomainDetail].
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetDomainDetail.html
597 598 599 600 601 602 |
# File 'lib/aws-sdk-route53domains/types.rb', line 597 class DisassociateDelegationSignerFromDomainRequest < Struct.new( :domain_name, :id) SENSITIVE = [] include Aws::Structure end |