Class: Aws::Route53Domains::Types::AssociateDelegationSignerToDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain.

Returns:

  • (String)


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_attributesTypes::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