Class: Aws::Route53::Types::DeactivateKeySigningKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeactivateKeySigningKeyRequest
- 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.
1872 1873 1874 1875 1876 1877 |
# File 'lib/aws-sdk-route53/types.rb', line 1872 class DeactivateKeySigningKeyRequest < Struct.new( :hosted_zone_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string used to identify a key-signing key (KSK).
1872 1873 1874 1875 1876 1877 |
# File 'lib/aws-sdk-route53/types.rb', line 1872 class DeactivateKeySigningKeyRequest < Struct.new( :hosted_zone_id, :name) SENSITIVE = [] include Aws::Structure end |