Class: Aws::Route53::Types::DeactivateKeySigningKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

A unique string used to identify a hosted zone.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1874

class DeactivateKeySigningKeyRequest < Struct.new(
  :hosted_zone_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A string used to identify a key-signing key (KSK).

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1874

class DeactivateKeySigningKeyRequest < Struct.new(
  :hosted_zone_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end