Class: Aws::Route53Resolver::Types::DeleteOutpostResolverResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_resolverTypes::OutpostResolver

Information about the ‘DeleteOutpostResolver` request, including the status of the request.



933
934
935
936
937
# File 'lib/aws-sdk-route53resolver/types.rb', line 933

class DeleteOutpostResolverResponse < Struct.new(
  :outpost_resolver)
  SENSITIVE = []
  include Aws::Structure
end