Class: Aws::Route53Resolver::Types::CreateOutpostResolverResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::CreateOutpostResolverResponse
- 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 ‘CreateOutpostResolver` request, including the status of the request.
Instance Attribute Details
#outpost_resolver ⇒ Types::OutpostResolver
Information about the ‘CreateOutpostResolver` request, including the status of the request.
546 547 548 549 550 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 546 class CreateOutpostResolverResponse < Struct.new( :outpost_resolver) SENSITIVE = [] include Aws::Structure end |