Class: Aws::Route53Resolver::Types::UpdateOutpostResolverResponse

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

The response to an ‘UpdateOutpostResolver` request.



5196
5197
5198
5199
5200
# File 'lib/aws-sdk-route53resolver/types.rb', line 5196

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