Class: Aws::NetworkFirewall::Types::CreateFirewallResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::CreateFirewallResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall ⇒ Types::Firewall
The configuration settings for the firewall.
-
#firewall_status ⇒ Types::FirewallStatus
Detailed information about the current status of a Firewall.
Instance Attribute Details
#firewall ⇒ Types::Firewall
The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.
529 530 531 532 533 534 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 529 class CreateFirewallResponse < Struct.new( :firewall, :firewall_status) SENSITIVE = [] include Aws::Structure end |
#firewall_status ⇒ Types::FirewallStatus
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
529 530 531 532 533 534 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 529 class CreateFirewallResponse < Struct.new( :firewall, :firewall_status) SENSITIVE = [] include Aws::Structure end |