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:



9130
9131
9132
# File 'sig/types.rbs', line 9130

def actions
  @actions
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


9129
9130
9131
# File 'sig/types.rbs', line 9129

def function
  @function
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9127
9128
9129
# File 'sig/types.rbs', line 9127

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9128
9129
9130
# File 'sig/types.rbs', line 9128

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


9131
9132
9133
# File 'sig/types.rbs', line 9131

def publish_status
  @publish_status
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


9126
9127
9128
# File 'sig/types.rbs', line 9126

def rule_id
  @rule_id
end