Class: Aws::Types::CustomRule
- Inherits:
-
Object
- Object
- Aws::Types::CustomRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#condition ⇒ ::String
Returns the value of attribute condition.
256 257 258 |
# File 'sig/types.rbs', line 256 def condition @condition end |
#source ⇒ ::String
Returns the value of attribute source.
253 254 255 |
# File 'sig/types.rbs', line 253 def source @source end |
#status ⇒ ::String
Returns the value of attribute status.
255 256 257 |
# File 'sig/types.rbs', line 255 def status @status end |
#target ⇒ ::String
Returns the value of attribute target.
254 255 256 |
# File 'sig/types.rbs', line 254 def target @target end |