Class: Aws::Types::AwsEc2NetworkAclDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2NetworkAclDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::AwsEc2NetworkAclAssociation]
Returns the value of attribute associations.
-
#entries ⇒ ::Array[Types::AwsEc2NetworkAclEntry]
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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#associations ⇒ ::Array[Types::AwsEc2NetworkAclAssociation]
Returns the value of attribute associations.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def associations @associations end |
#entries ⇒ ::Array[Types::AwsEc2NetworkAclEntry]
Returns the value of attribute entries.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def entries @entries end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def is_default @is_default end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def network_acl_id @network_acl_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def owner_id @owner_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def vpc_id @vpc_id end |