Class: Aws::Types::ThirdPartyFirewallMissingSubnetViolation
- Inherits:
-
Object
- Object
- Aws::Types::ThirdPartyFirewallMissingSubnetViolation
- 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.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def availability_zone @availability_zone end |
#target_violation_reason ⇒ ::String
Returns the value of attribute target_violation_reason.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def target_violation_reason @target_violation_reason end |
#violation_target ⇒ ::String
Returns the value of attribute violation_target.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def violation_target @violation_target end |
#vpc ⇒ ::String
Returns the value of attribute vpc.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def vpc @vpc end |