Class: Aws::Route53::Types::DeleteKeySigningKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteKeySigningKeyResponse
- 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.
2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-route53/types.rb', line 2080 class DeleteKeySigningKeyResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |