Class: Aws::Connect::Types::Rule

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

Overview

Information about a rule.

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:



15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp for when the rule was created.

Returns:

  • (Time)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#functionString

The conditions of the rule.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_byString

The Amazon Resource Name (ARN) of the user who last updated the rule.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The timestamp for the when the rule was last updated.

Returns:

  • (Time)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#publish_statusString

The publish status of the rule.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rule_arnString

The Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

A unique identifier for the rule.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "Tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_event_sourceTypes::RuleTriggerEventSource

The event source to trigger the rule.



15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15439

class Rule < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :trigger_event_source,
  :function,
  :actions,
  :publish_status,
  :created_time,
  :last_updated_time,
  :last_updated_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end