Class: Aws::Route53::Types::DeactivateKeySigningKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeactivateKeySigningKeyResponse
- 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.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that describes change information about changes made to your hosted zone.
1886 1887 1888 1889 1890 |
# File 'lib/aws-sdk-route53/types.rb', line 1886 class DeactivateKeySigningKeyResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |