Class: Aws::Types::AssociateDelegationSignerToDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDelegationSignerToDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#signing_attributes ⇒ Types::DnssecSigningAttributes
Returns the value of attribute signing_attributes.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
23 24 25 |
# File 'sig/types.rbs', line 23 def domain_name @domain_name end |
#signing_attributes ⇒ Types::DnssecSigningAttributes
Returns the value of attribute signing_attributes.
24 25 26 |
# File 'sig/types.rbs', line 24 def signing_attributes @signing_attributes end |