Class: Aws::Route53Domains::Types::DisassociateDelegationSignerFromDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DisassociateDelegationSignerFromDomainRequest
- Defined in:
- gems/aws-sdk-route53domains/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.
598 599 600 601 602 603 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 598 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.
598 599 600 601 602 603 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 598 class DisassociateDelegationSignerFromDomainRequest < Struct.new( :domain_name, :id) SENSITIVE = [] include Aws::Structure end |