Class: Aws::Route53Resolver::Types::GetOutpostResolverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetOutpostResolverResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_resolver ⇒ Types::OutpostResolver
Information about the ‘GetOutpostResolver` request, including the status of the request.
Instance Attribute Details
#outpost_resolver ⇒ Types::OutpostResolver
Information about the ‘GetOutpostResolver` request, including the status of the request.
2146 2147 2148 2149 2150 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2146 class GetOutpostResolverResponse < Struct.new( :outpost_resolver) SENSITIVE = [] include Aws::Structure end |