Class: Aws::Types::Rule

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:



962
963
964
# File 'sig/types.rbs', line 962

def actions
  @actions
end

#conditions::Array[Types::RuleCondition]

Returns the value of attribute conditions.

Returns:



961
962
963
# File 'sig/types.rbs', line 961

def conditions
  @conditions
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


963
964
965
# File 'sig/types.rbs', line 963

def is_default
  @is_default
end

#priority::String

Returns the value of attribute priority.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def priority
  @priority
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def rule_arn
  @rule_arn
end

#transforms::Array[Types::RuleTransform]

Returns the value of attribute transforms.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def transforms
  @transforms
end