Class: Aws::Types::NetworkFirewallInternetTrafficNotInspectedViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallInternetTrafficNotInspectedViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_firewall_subnet_routes ⇒ ::Array[Types::Route]
Returns the value of attribute actual_firewall_subnet_routes.
-
#actual_internet_gateway_routes ⇒ ::Array[Types::Route]
Returns the value of attribute actual_internet_gateway_routes.
-
#current_firewall_subnet_route_table ⇒ ::String
Returns the value of attribute current_firewall_subnet_route_table.
-
#current_internet_gateway_route_table ⇒ ::String
Returns the value of attribute current_internet_gateway_route_table.
-
#expected_firewall_endpoint ⇒ ::String
Returns the value of attribute expected_firewall_endpoint.
-
#expected_firewall_subnet_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_firewall_subnet_routes.
-
#expected_internet_gateway_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_internet_gateway_routes.
-
#firewall_subnet_id ⇒ ::String
Returns the value of attribute firewall_subnet_id.
-
#internet_gateway_id ⇒ ::String
Returns the value of attribute internet_gateway_id.
-
#is_route_table_used_in_different_az ⇒ Boolean
Returns the value of attribute is_route_table_used_in_different_az.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
-
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#actual_firewall_subnet_routes ⇒ ::Array[Types::Route]
Returns the value of attribute actual_firewall_subnet_routes.
708 709 710 |
# File 'sig/types.rbs', line 708 def actual_firewall_subnet_routes @actual_firewall_subnet_routes end |
#actual_internet_gateway_routes ⇒ ::Array[Types::Route]
Returns the value of attribute actual_internet_gateway_routes.
712 713 714 |
# File 'sig/types.rbs', line 712 def actual_internet_gateway_routes @actual_internet_gateway_routes end |
#current_firewall_subnet_route_table ⇒ ::String
Returns the value of attribute current_firewall_subnet_route_table.
704 705 706 |
# File 'sig/types.rbs', line 704 def current_firewall_subnet_route_table @current_firewall_subnet_route_table end |
#current_internet_gateway_route_table ⇒ ::String
Returns the value of attribute current_internet_gateway_route_table.
710 711 712 |
# File 'sig/types.rbs', line 710 def current_internet_gateway_route_table @current_internet_gateway_route_table end |
#expected_firewall_endpoint ⇒ ::String
Returns the value of attribute expected_firewall_endpoint.
705 706 707 |
# File 'sig/types.rbs', line 705 def expected_firewall_endpoint @expected_firewall_endpoint end |
#expected_firewall_subnet_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_firewall_subnet_routes.
707 708 709 |
# File 'sig/types.rbs', line 707 def expected_firewall_subnet_routes @expected_firewall_subnet_routes end |
#expected_internet_gateway_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_internet_gateway_routes.
711 712 713 |
# File 'sig/types.rbs', line 711 def expected_internet_gateway_routes @expected_internet_gateway_routes end |
#firewall_subnet_id ⇒ ::String
Returns the value of attribute firewall_subnet_id.
706 707 708 |
# File 'sig/types.rbs', line 706 def firewall_subnet_id @firewall_subnet_id end |
#internet_gateway_id ⇒ ::String
Returns the value of attribute internet_gateway_id.
709 710 711 |
# File 'sig/types.rbs', line 709 def internet_gateway_id @internet_gateway_id end |
#is_route_table_used_in_different_az ⇒ Boolean
Returns the value of attribute is_route_table_used_in_different_az.
703 704 705 |
# File 'sig/types.rbs', line 703 def is_route_table_used_in_different_az @is_route_table_used_in_different_az end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
701 702 703 |
# File 'sig/types.rbs', line 701 def route_table_id @route_table_id end |
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
700 701 702 |
# File 'sig/types.rbs', line 700 def subnet_availability_zone @subnet_availability_zone end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
699 700 701 |
# File 'sig/types.rbs', line 699 def subnet_id @subnet_id end |
#violating_routes ⇒ ::Array[Types::Route]
Returns the value of attribute violating_routes.
702 703 704 |
# File 'sig/types.rbs', line 702 def violating_routes @violating_routes end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
713 714 715 |
# File 'sig/types.rbs', line 713 def vpc_id @vpc_id end |