Class: Aws::Types::NetworkFirewallMissingSubnetViolation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFirewallMissingSubnetViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#target_violation_reason ⇒ ::String
Returns the value of attribute target_violation_reason.
-
#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.
764 765 766 |
# File 'sig/types.rbs', line 764 def availability_zone @availability_zone end |
#target_violation_reason ⇒ ::String
Returns the value of attribute target_violation_reason.
765 766 767 |
# File 'sig/types.rbs', line 765 def target_violation_reason @target_violation_reason end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
762 763 764 |
# File 'sig/types.rbs', line 762 def violation_target @violation_target end |
#vpc ⇒ ::String
Returns the value of attribute vpc.
763 764 765 |
# File 'sig/types.rbs', line 763 def vpc @vpc end |