Class: Aws::Types::ModifyRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::Action]

Returns the value of attribute actions.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def actions
  @actions
end

#conditions::Array[Types::RuleCondition]

Returns the value of attribute conditions.

Returns:



796
797
798
# File 'sig/types.rbs', line 796

def conditions
  @conditions
end

#reset_transformsBoolean

Returns the value of attribute reset_transforms.

Returns:

  • (Boolean)


799
800
801
# File 'sig/types.rbs', line 799

def reset_transforms
  @reset_transforms
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def rule_arn
  @rule_arn
end

#transforms::Array[Types::RuleTransform]

Returns the value of attribute transforms.

Returns:



798
799
800
# File 'sig/types.rbs', line 798

def transforms
  @transforms
end