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:



9110
9111
9112
# File 'sig/types.rbs', line 9110

def actions
  @actions
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


9109
9110
9111
# File 'sig/types.rbs', line 9109

def function
  @function
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9107
9108
9109
# File 'sig/types.rbs', line 9107

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9108
9109
9110
# File 'sig/types.rbs', line 9108

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


9111
9112
9113
# File 'sig/types.rbs', line 9111

def publish_status
  @publish_status
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


9106
9107
9108
# File 'sig/types.rbs', line 9106

def rule_id
  @rule_id
end