Class: Aws::Connect::Types::UpdateRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::RuleAction>

A list of actions to be run when the rule is triggered.

Returns:



20007
20008
20009
20010
20011
20012
20013
20014
20015
20016
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20007

class UpdateRuleRequest < Struct.new(
  :rule_id,
  :instance_id,
  :name,
  :function,
  :actions,
  :publish_status)
  SENSITIVE = []
  include Aws::Structure
end

#functionString

The conditions of the rule.

Returns:

  • (String)


20007
20008
20009
20010
20011
20012
20013
20014
20015
20016
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20007

class UpdateRuleRequest < Struct.new(
  :rule_id,
  :instance_id,
  :name,
  :function,
  :actions,
  :publish_status)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


20007
20008
20009
20010
20011
20012
20013
20014
20015
20016
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20007

class UpdateRuleRequest < Struct.new(
  :rule_id,
  :instance_id,
  :name,
  :function,
  :actions,
  :publish_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule. You can change the name only if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate

Returns:

  • (String)


20007
20008
20009
20010
20011
20012
20013
20014
20015
20016
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20007

class UpdateRuleRequest < Struct.new(
  :rule_id,
  :instance_id,
  :name,
  :function,
  :actions,
  :publish_status)
  SENSITIVE = []
  include Aws::Structure
end

#publish_statusString

The publish status of the rule.

Returns:

  • (String)


20007
20008
20009
20010
20011
20012
20013
20014
20015
20016
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20007

class UpdateRuleRequest < Struct.new(
  :rule_id,
  :instance_id,
  :name,
  :function,
  :actions,
  :publish_status)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

A unique identifier for the rule.

Returns:

  • (String)


20007
20008
20009
20010
20011
20012
20013
20014
20015
20016
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20007

class UpdateRuleRequest < Struct.new(
  :rule_id,
  :instance_id,
  :name,
  :function,
  :actions,
  :publish_status)
  SENSITIVE = []
  include Aws::Structure
end