Class: Aws::Route53::Types::KeySigningKeyInParentDSRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::KeySigningKeyInParentDSRecord
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
The key-signing key (KSK) is specified in a parent DS record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4846 4847 4848 4849 4850 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4846 class KeySigningKeyInParentDSRecord < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |