Class: Aws::Types::NetworkAcl
- Inherits:
-
Object
- Object
- Aws::Types::NetworkAcl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::NetworkAclAssociation]
Returns the value of attribute associations.
-
#entries ⇒ ::Array[Types::NetworkAclEntry]
Returns the value of attribute entries.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#associations ⇒ ::Array[Types::NetworkAclAssociation]
Returns the value of attribute associations.
15261 15262 15263 |
# File 'sig/types.rbs', line 15261 def associations @associations end |
#entries ⇒ ::Array[Types::NetworkAclEntry]
Returns the value of attribute entries.
15262 15263 15264 |
# File 'sig/types.rbs', line 15262 def entries @entries end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
15263 15264 15265 |
# File 'sig/types.rbs', line 15263 def is_default @is_default end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
15264 15265 15266 |
# File 'sig/types.rbs', line 15264 def network_acl_id @network_acl_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
15267 15268 15269 |
# File 'sig/types.rbs', line 15267 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15265 15266 15267 |
# File 'sig/types.rbs', line 15265 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
15266 15267 15268 |
# File 'sig/types.rbs', line 15266 def vpc_id @vpc_id end |