Class: Aws::Route53Resolver::Types::DeleteOutpostResolverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteOutpostResolverResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_resolver ⇒ Types::OutpostResolver
Information about the ‘DeleteOutpostResolver` request, including the status of the request.
Instance Attribute Details
#outpost_resolver ⇒ Types::OutpostResolver
Information about the ‘DeleteOutpostResolver` request, including the status of the request.
1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1009 class DeleteOutpostResolverResponse < Struct.new( :outpost_resolver) SENSITIVE = [] include Aws::Structure end |