Class: Aws::Types::ApplicationLayerAutomaticResponseConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ResponseAction

Returns the value of attribute action.



23
24
25
# File 'sig/types.rbs', line 23

def action
  @action
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.



22
23
24
# File 'sig/types.rbs', line 22

def status
  @status
end