Class: Aws::Types::UpdateRuleRequest

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:



9229
9230
9231
# File 'sig/types.rbs', line 9229

def actions
  @actions
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


9228
9229
9230
# File 'sig/types.rbs', line 9228

def function
  @function
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9226
9227
9228
# File 'sig/types.rbs', line 9226

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9227
9228
9229
# File 'sig/types.rbs', line 9227

def name
  @name
end

#pre_evaluation_filtersTypes::PreEvaluationFilters

Returns the value of attribute pre_evaluation_filters.



9231
9232
9233
# File 'sig/types.rbs', line 9231

def pre_evaluation_filters
  @pre_evaluation_filters
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


9230
9231
9232
# File 'sig/types.rbs', line 9230

def publish_status
  @publish_status
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


9225
9226
9227
# File 'sig/types.rbs', line 9225

def rule_id
  @rule_id
end