Class: Aws::Route53Resolver::Types::GetResolverConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_config ⇒ Types::ResolverConfig
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the ‘GetResolverConfig` request.
Instance Attribute Details
#resolver_config ⇒ Types::ResolverConfig
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the ‘GetResolverConfig` request.
2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2109 class GetResolverConfigResponse < Struct.new( :resolver_config) SENSITIVE = [] include Aws::Structure end |