Class: Aws::Route53Resolver::Types::DeleteResolverRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteResolverRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_rule ⇒ Types::ResolverRule
Information about the ‘DeleteResolverRule` request, including the status of the request.
Instance Attribute Details
#resolver_rule ⇒ Types::ResolverRule
Information about the ‘DeleteResolverRule` request, including the status of the request.
1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1055 class DeleteResolverRuleResponse < Struct.new( :resolver_rule) SENSITIVE = [] include Aws::Structure end |