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

#check_expression ⇒ ::String

Returns the value of attribute check_expression.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def check_expression
  @check_expression
end

#column_selectors ⇒ ::Array[Types::ColumnSelector]

Returns the value of attribute column_selectors.

Returns:



823
824
825
# File 'sig/types.rbs', line 823

def column_selectors
  @column_selectors
end

#disabled ⇒ Boolean

Returns the value of attribute disabled.

Returns:

  • (Boolean)


819
820
821
# File 'sig/types.rbs', line 819

def disabled
  @disabled
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def name
  @name
end

#substitution_map ⇒ ::Hash[::String, ::String]

Returns the value of attribute substitution_map.

Returns:

  • (::Hash[::String, ::String])


821
822
823
# File 'sig/types.rbs', line 821

def substitution_map
  @substitution_map
end

#threshold ⇒ Types::Threshold

Returns the value of attribute threshold.

Returns:



822
823
824
# File 'sig/types.rbs', line 822

def threshold
  @threshold
end