Class: Aws::Types::CreateNetworkAclEntriesAction
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkAclEntriesAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
-
#network_acl_entries_to_be_created ⇒ ::Array[Types::EntryDescription]
Returns the value of attribute network_acl_entries_to_be_created.
-
#network_acl_id ⇒ Types::ActionTarget
Returns the value of attribute network_acl_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
140 141 142 |
# File 'sig/types.rbs', line 140 def description @description end |
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
143 144 145 |
# File 'sig/types.rbs', line 143 def fms_can_remediate @fms_can_remediate end |
#network_acl_entries_to_be_created ⇒ ::Array[Types::EntryDescription]
Returns the value of attribute network_acl_entries_to_be_created.
142 143 144 |
# File 'sig/types.rbs', line 142 def network_acl_entries_to_be_created @network_acl_entries_to_be_created end |
#network_acl_id ⇒ Types::ActionTarget
Returns the value of attribute network_acl_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def network_acl_id @network_acl_id end |