Class: Aws::Types::RuleUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

Returns the value of attribute action.

Returns:



1247
1248
1249
# File 'sig/types.rbs', line 1247

def action
  @action
end

#matchTypes::RuleMatch

Returns the value of attribute match.

Returns:



1245
1246
1247
# File 'sig/types.rbs', line 1245

def match
  @match
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def priority
  @priority
end

#rule_identifier::String

Returns the value of attribute rule_identifier.

Returns:

  • (::String)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def rule_identifier
  @rule_identifier
end