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:



8760
8761
8762
# File 'sig/types.rbs', line 8760

def actions
  @actions
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


8759
8760
8761
# File 'sig/types.rbs', line 8759

def function
  @function
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8757
8758
8759
# File 'sig/types.rbs', line 8757

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8758
8759
8760
# File 'sig/types.rbs', line 8758

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


8761
8762
8763
# File 'sig/types.rbs', line 8761

def publish_status
  @publish_status
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


8756
8757
8758
# File 'sig/types.rbs', line 8756

def rule_id
  @rule_id
end