Class: Aws::Route53::Types::ActivateKeySigningKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ActivateKeySigningKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
A unique string used to identify a hosted zone.
-
#name ⇒ String
A string used to identify a key-signing key (KSK).
Instance Attribute Details
#hosted_zone_id ⇒ String
A unique string used to identify a hosted zone.
67 68 69 70 71 72 |
# File 'lib/aws-sdk-route53/types.rb', line 67 class ActivateKeySigningKeyRequest < Struct.new( :hosted_zone_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string used to identify a key-signing key (KSK). ‘Name` can include numbers, letters, and underscores (_). `Name` must be unique for each key-signing key in the same hosted zone.
67 68 69 70 71 72 |
# File 'lib/aws-sdk-route53/types.rb', line 67 class ActivateKeySigningKeyRequest < Struct.new( :hosted_zone_id, :name) SENSITIVE = [] include Aws::Structure end |