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:



8953
8954
8955
# File 'sig/types.rbs', line 8953

def actions
  @actions
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


8952
8953
8954
# File 'sig/types.rbs', line 8952

def function
  @function
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8950
8951
8952
# File 'sig/types.rbs', line 8950

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8951
8952
8953
# File 'sig/types.rbs', line 8951

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


8954
8955
8956
# File 'sig/types.rbs', line 8954

def publish_status
  @publish_status
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


8949
8950
8951
# File 'sig/types.rbs', line 8949

def rule_id
  @rule_id
end