Class: Aws::FMS::Types::FirewallSubnetMissingVPCEndpointViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::FirewallSubnetMissingVPCEndpointViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The violation details for a firewall subnet’s VPC endpoint that’s deleted or missing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_subnet_id ⇒ String
The ID of the firewall that this VPC endpoint is associated with.
-
#subnet_availability_zone ⇒ String
The name of the Availability Zone of the deleted VPC subnet.
-
#subnet_availability_zone_id ⇒ String
The ID of the Availability Zone of the deleted VPC subnet.
-
#vpc_id ⇒ String
The resource ID of the VPC associated with the deleted VPC subnet.
Instance Attribute Details
#firewall_subnet_id ⇒ String
The ID of the firewall that this VPC endpoint is associated with.
1382 1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-fms/types.rb', line 1382 class FirewallSubnetMissingVPCEndpointViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#subnet_availability_zone ⇒ String
The name of the Availability Zone of the deleted VPC subnet.
1382 1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-fms/types.rb', line 1382 class FirewallSubnetMissingVPCEndpointViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#subnet_availability_zone_id ⇒ String
The ID of the Availability Zone of the deleted VPC subnet.
1382 1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-fms/types.rb', line 1382 class FirewallSubnetMissingVPCEndpointViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The resource ID of the VPC associated with the deleted VPC subnet.
1382 1383 1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-fms/types.rb', line 1382 class FirewallSubnetMissingVPCEndpointViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id) SENSITIVE = [] include Aws::Structure end |