Class: Aws::Types::FirewallSubnetIsOutOfScopeViolation
- Inherits:
-
Object
- Object
- Aws::Types::FirewallSubnetIsOutOfScopeViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_subnet_id ⇒ ::String
Returns the value of attribute firewall_subnet_id.
-
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
-
#subnet_availability_zone_id ⇒ ::String
Returns the value of attribute subnet_availability_zone_id.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#firewall_subnet_id ⇒ ::String
Returns the value of attribute firewall_subnet_id.
327 328 329 |
# File 'sig/types.rbs', line 327 def firewall_subnet_id @firewall_subnet_id end |
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
329 330 331 |
# File 'sig/types.rbs', line 329 def subnet_availability_zone @subnet_availability_zone end |
#subnet_availability_zone_id ⇒ ::String
Returns the value of attribute subnet_availability_zone_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def subnet_availability_zone_id @subnet_availability_zone_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
328 329 330 |
# File 'sig/types.rbs', line 328 def vpc_id @vpc_id end |