Class: Aws::Route53::Types::ActivateKeySigningKeyRequest

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)


67
68
69
70
71
72
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 67

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

#nameString

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.

Returns:

  • (String)


67
68
69
70
71
72
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 67

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