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.
14625 14626 14627 |
# File 'sig/types.rbs', line 14625 def associations @associations end |
#entries ⇒ ::Array[Types::NetworkAclEntry]
Returns the value of attribute entries.
14626 14627 14628 |
# File 'sig/types.rbs', line 14626 def entries @entries end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
14627 14628 14629 |
# File 'sig/types.rbs', line 14627 def is_default @is_default end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
14628 14629 14630 |
# File 'sig/types.rbs', line 14628 def network_acl_id @network_acl_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
14631 14632 14633 |
# File 'sig/types.rbs', line 14631 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
14629 14630 14631 |
# File 'sig/types.rbs', line 14629 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
14630 14631 14632 |
# File 'sig/types.rbs', line 14630 def vpc_id @vpc_id end |