Class: Aws::Types::GetDNSSECResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_signing_keys::Array[Types::KeySigningKey]

Returns the value of attribute key_signing_keys.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def key_signing_keys
  @key_signing_keys
end

#statusTypes::DNSSECStatus

Returns the value of attribute status.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def status
  @status
end