Class: Aws::FMS::Types::FirewallSubnetIsOutOfScopeViolation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FMS::Types::FirewallSubnetIsOutOfScopeViolation
 
 
- Defined in:
 - gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
 
Overview
Contains details about the firewall subnet that violates the policy scope.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #firewall_subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the firewall subnet that violates the policy scope.
 - 
  
    
      #subnet_availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone of the firewall subnet that violates the policy scope.
 - 
  
    
      #subnet_availability_zone_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone ID of the firewall subnet that violates the policy scope.
 - 
  
    
      #vpc_endpoint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC endpoint ID of the firewall subnet that violates the policy scope.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC ID of the firewall subnet that violates the policy scope.
 
Instance Attribute Details
#firewall_subnet_id ⇒ String
The ID of the firewall subnet that violates the policy scope.
      1351 1352 1353 1354 1355 1356 1357 1358 1359  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1351 class FirewallSubnetIsOutOfScopeViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_availability_zone ⇒ String
The Availability Zone of the firewall subnet that violates the policy scope.
      1351 1352 1353 1354 1355 1356 1357 1358 1359  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1351 class FirewallSubnetIsOutOfScopeViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_availability_zone_id ⇒ String
The Availability Zone ID of the firewall subnet that violates the policy scope.
      1351 1352 1353 1354 1355 1356 1357 1358 1359  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1351 class FirewallSubnetIsOutOfScopeViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_endpoint_id ⇒ String
The VPC endpoint ID of the firewall subnet that violates the policy scope.
      1351 1352 1353 1354 1355 1356 1357 1358 1359  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1351 class FirewallSubnetIsOutOfScopeViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The VPC ID of the firewall subnet that violates the policy scope.
      1351 1352 1353 1354 1355 1356 1357 1358 1359  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1351 class FirewallSubnetIsOutOfScopeViolation < Struct.new( :firewall_subnet_id, :vpc_id, :subnet_availability_zone, :subnet_availability_zone_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end  |