Class: Aws::Types::EntryDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entry_detailTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("FMS_MANAGED_FIRST_ENTRY", "FMS_MANAGED_LAST_ENTRY", "CUSTOM_ENTRY")


283
284
285
# File 'sig/types.rbs', line 283

def entry_type
  @entry_type
end