Class: Aws::Types::NetworkFirewallMissingExpectedRTViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallMissingExpectedRTViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#current_route_table ⇒ ::String
Returns the value of attribute current_route_table.
-
#expected_route_table ⇒ ::String
Returns the value of attribute expected_route_table.
-
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
-
#vpc ⇒ ::String
Returns the value of attribute vpc.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
740 741 742 |
# File 'sig/types.rbs', line 740 def availability_zone @availability_zone end |
#current_route_table ⇒ ::String
Returns the value of attribute current_route_table.
741 742 743 |
# File 'sig/types.rbs', line 741 def current_route_table @current_route_table end |
#expected_route_table ⇒ ::String
Returns the value of attribute expected_route_table.
742 743 744 |
# File 'sig/types.rbs', line 742 def expected_route_table @expected_route_table end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
738 739 740 |
# File 'sig/types.rbs', line 738 def violation_target @violation_target end |
#vpc ⇒ ::String
Returns the value of attribute vpc.
739 740 741 |
# File 'sig/types.rbs', line 739 def vpc @vpc end |