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.



5378
5379
5380
5381
5382
# File 'lib/aws-sdk-route53resolver/types.rb', line 5378

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