Class: Aws::Route53Domains::Types::AssociateDelegationSignerToDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::AssociateDelegationSignerToDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
-
#signing_attributes ⇒ Types::DnssecSigningAttributes
The information about a key, including the algorithm, public key-value, and flags.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
75 76 77 78 79 80 |
# File 'lib/aws-sdk-route53domains/types.rb', line 75 class AssociateDelegationSignerToDomainRequest < Struct.new( :domain_name, :signing_attributes) SENSITIVE = [] include Aws::Structure end |
#signing_attributes ⇒ Types::DnssecSigningAttributes
The information about a key, including the algorithm, public key-value, and flags.
75 76 77 78 79 80 |
# File 'lib/aws-sdk-route53domains/types.rb', line 75 class AssociateDelegationSignerToDomainRequest < Struct.new( :domain_name, :signing_attributes) SENSITIVE = [] include Aws::Structure end |