Class: Aws::Types::NetworkFirewallInvalidRouteConfigurationViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallInvalidRouteConfigurationViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_firewall_endpoint ⇒ ::String
Returns the value of attribute actual_firewall_endpoint.
-
#actual_firewall_subnet_id ⇒ ::String
Returns the value of attribute actual_firewall_subnet_id.
-
#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.
-
#affected_subnets ⇒ ::Array[::String]
Returns the value of attribute affected_subnets.
-
#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_id ⇒ ::String
Returns the value of attribute expected_firewall_subnet_id.
-
#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.
-
#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.
-
#violating_route ⇒ Types::Route
Returns the value of attribute violating_route.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#actual_firewall_endpoint ⇒ ::String
Returns the value of attribute actual_firewall_endpoint.
724 725 726 |
# File 'sig/types.rbs', line 724 def actual_firewall_endpoint @actual_firewall_endpoint end |
#actual_firewall_subnet_id ⇒ ::String
Returns the value of attribute actual_firewall_subnet_id.
726 727 728 |
# File 'sig/types.rbs', line 726 def actual_firewall_subnet_id @actual_firewall_subnet_id end |
#actual_firewall_subnet_routes ⇒ ::Array[Types::Route]
Returns the value of attribute actual_firewall_subnet_routes.
728 729 730 |
# File 'sig/types.rbs', line 728 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.
732 733 734 |
# File 'sig/types.rbs', line 732 def actual_internet_gateway_routes @actual_internet_gateway_routes end |
#affected_subnets ⇒ ::Array[::String]
Returns the value of attribute affected_subnets.
718 719 720 |
# File 'sig/types.rbs', line 718 def affected_subnets @affected_subnets end |
#current_firewall_subnet_route_table ⇒ ::String
Returns the value of attribute current_firewall_subnet_route_table.
722 723 724 |
# File 'sig/types.rbs', line 722 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.
730 731 732 |
# File 'sig/types.rbs', line 730 def current_internet_gateway_route_table @current_internet_gateway_route_table end |
#expected_firewall_endpoint ⇒ ::String
Returns the value of attribute expected_firewall_endpoint.
723 724 725 |
# File 'sig/types.rbs', line 723 def expected_firewall_endpoint @expected_firewall_endpoint end |
#expected_firewall_subnet_id ⇒ ::String
Returns the value of attribute expected_firewall_subnet_id.
725 726 727 |
# File 'sig/types.rbs', line 725 def expected_firewall_subnet_id @expected_firewall_subnet_id end |
#expected_firewall_subnet_routes ⇒ ::Array[Types::ExpectedRoute]
Returns the value of attribute expected_firewall_subnet_routes.
727 728 729 |
# File 'sig/types.rbs', line 727 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.
731 732 733 |
# File 'sig/types.rbs', line 731 def expected_internet_gateway_routes @expected_internet_gateway_routes end |
#internet_gateway_id ⇒ ::String
Returns the value of attribute internet_gateway_id.
729 730 731 |
# File 'sig/types.rbs', line 729 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.
720 721 722 |
# File 'sig/types.rbs', line 720 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.
719 720 721 |
# File 'sig/types.rbs', line 719 def route_table_id @route_table_id end |
#violating_route ⇒ Types::Route
Returns the value of attribute violating_route.
721 722 723 |
# File 'sig/types.rbs', line 721 def violating_route @violating_route end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def vpc_id @vpc_id end |