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.
1084 1085 1086 1087 1088 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1084 class DeleteResolverRuleResponse < Struct.new( :resolver_rule) SENSITIVE = [] include Aws::Structure end |