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::RuleAction]

Returns the value of attribute actions.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def actions
  @actions
end

#conditions::Array[Types::RuleCondition]

Returns the value of attribute conditions.

Returns:



1115
1116
1117
# File 'sig/types.rbs', line 1115

def conditions
  @conditions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def name
  @name
end

#unless::Array[Types::RuleCondition]

Returns the value of attribute unless.

Returns:



1116
1117
1118
# File 'sig/types.rbs', line 1116

def unless
  @unless
end