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:



16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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>)


16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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.



16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16122

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