Class: Aws::Types::EntryDescription
- Inherits:
-
Object
- Object
- Aws::Types::EntryDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry_detail ⇒ Types::NetworkAclEntry
Returns the value of attribute entry_detail.
-
#entry_rule_number ⇒ ::Integer
Returns the value of attribute entry_rule_number.
-
#entry_type ⇒ "FMS_MANAGED_FIRST_ENTRY", ...
Returns the value of attribute entry_type.
Instance Attribute Details
#entry_detail ⇒ Types::NetworkAclEntry
Returns the value of attribute entry_detail.
281 282 283 |
# File 'sig/types.rbs', line 281 def entry_detail @entry_detail end |
#entry_rule_number ⇒ ::Integer
Returns the value of attribute entry_rule_number.
282 283 284 |
# File 'sig/types.rbs', line 282 def entry_rule_number @entry_rule_number end |
#entry_type ⇒ "FMS_MANAGED_FIRST_ENTRY", ...
Returns the value of attribute entry_type.
283 284 285 |
# File 'sig/types.rbs', line 283 def entry_type @entry_type end |