Class: Aws::Types::InvalidNetworkAclEntriesViolation
- Inherits:
-
Object
- Object
- Aws::Types::InvalidNetworkAclEntriesViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_associated_network_acl ⇒ ::String
Returns the value of attribute current_associated_network_acl.
-
#entry_violations ⇒ ::Array[Types::EntryViolation]
Returns the value of attribute entry_violations.
-
#subnet ⇒ ::String
Returns the value of attribute subnet.
-
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
-
#vpc ⇒ ::String
Returns the value of attribute vpc.
Instance Attribute Details
#current_associated_network_acl ⇒ ::String
Returns the value of attribute current_associated_network_acl.
485 486 487 |
# File 'sig/types.rbs', line 485 def current_associated_network_acl @current_associated_network_acl end |
#entry_violations ⇒ ::Array[Types::EntryViolation]
Returns the value of attribute entry_violations.
486 487 488 |
# File 'sig/types.rbs', line 486 def entry_violations @entry_violations end |
#subnet ⇒ ::String
Returns the value of attribute subnet.
483 484 485 |
# File 'sig/types.rbs', line 483 def subnet @subnet end |
#subnet_availability_zone ⇒ ::String
Returns the value of attribute subnet_availability_zone.
484 485 486 |
# File 'sig/types.rbs', line 484 def subnet_availability_zone @subnet_availability_zone end |
#vpc ⇒ ::String
Returns the value of attribute vpc.
482 483 484 |
# File 'sig/types.rbs', line 482 def vpc @vpc end |