Class: Aws::Types::CustomRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition::String

Returns the value of attribute condition.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def condition
  @condition
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def source
  @source
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def status
  @status
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def target
  @target
end