Class: Aws::Route53Resolver::Types::GetOutpostResolverResponse

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



2012
2013
2014
2015
2016
# File 'lib/aws-sdk-route53resolver/types.rb', line 2012

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