Class: Aws::Types::ThirdPartyFirewallMissingExpectedRouteTableViolation
- Inherits:
-
Object
- Object
- Aws::Types::ThirdPartyFirewallMissingExpectedRouteTableViolation
- 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.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def availability_zone @availability_zone end |
#current_route_table ⇒ ::String
Returns the value of attribute current_route_table.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def current_route_table @current_route_table end |
#expected_route_table ⇒ ::String
Returns the value of attribute expected_route_table.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def expected_route_table @expected_route_table end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def violation_target @violation_target end |
#vpc ⇒ ::String
Returns the value of attribute vpc.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def vpc @vpc end |