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.
2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2830 class GetResolverConfigResponse < Struct.new( :resolver_config) SENSITIVE = [] include Aws::Structure end |