Class: Aws::Types::DisassociateDelegationSignerFromDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateDelegationSignerFromDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
137 138 139 |
# File 'sig/types.rbs', line 137 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
138 139 140 |
# File 'sig/types.rbs', line 138 def id @id end |