Class: Aws::Route53Resolver::Types::CreateOutpostResolverResponse

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 ‘CreateOutpostResolver` request, including the status of the request.



520
521
522
523
524
# File 'lib/aws-sdk-route53resolver/types.rb', line 520

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