Class: Aws::Route53::Types::CreateKeySigningKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateKeySigningKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
A complex type that describes change information about changes made to your hosted zone.
-
#key_signing_key ⇒ Types::KeySigningKey
The key-signing key (KSK) that the request creates.
-
#location ⇒ String
The unique URL representing the new key-signing key (KSK).
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that describes change information about changes made to your hosted zone.
1482 1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-route53/types.rb', line 1482 class CreateKeySigningKeyResponse < Struct.new( :change_info, :key_signing_key, :location) SENSITIVE = [] include Aws::Structure end |
#key_signing_key ⇒ Types::KeySigningKey
The key-signing key (KSK) that the request creates.
1482 1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-route53/types.rb', line 1482 class CreateKeySigningKeyResponse < Struct.new( :change_info, :key_signing_key, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The unique URL representing the new key-signing key (KSK).
1482 1483 1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-route53/types.rb', line 1482 class CreateKeySigningKeyResponse < Struct.new( :change_info, :key_signing_key, :location) SENSITIVE = [] include Aws::Structure end |