Class: Aws::Types::GetDNSSECResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDNSSECResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_signing_keys ⇒ ::Array[Types::KeySigningKey]
Returns the value of attribute key_signing_keys.
-
#status ⇒ Types::DNSSECStatus
Returns the value of attribute status.
Instance Attribute Details
#key_signing_keys ⇒ ::Array[Types::KeySigningKey]
Returns the value of attribute key_signing_keys.
562 563 564 |
# File 'sig/types.rbs', line 562 def key_signing_keys @key_signing_keys end |
#status ⇒ Types::DNSSECStatus
Returns the value of attribute status.
561 562 563 |
# File 'sig/types.rbs', line 561 def status @status end |