Class: Aws::Route53Resolver::Types::GetFirewallConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetFirewallConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the VPC from Amazon VPC that the configuration is for.
Instance Attribute Details
#resource_id ⇒ String
The ID of the VPC from Amazon VPC that the configuration is for.
1946 1947 1948 1949 1950 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1946 class GetFirewallConfigRequest < Struct.new( :resource_id) SENSITIVE = [] include Aws::Structure end |