Class: Aws::Connect::Types::Rule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::Rule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about a rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #actions  ⇒ Array<Types::RuleAction> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of actions to be run when the rule is triggered.
 - 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the rule was created.
 - 
  
    
      #function  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The conditions of the rule.
 - 
  
    
      #last_updated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the user who last updated the rule.
 - 
  
    
      #last_updated_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for the when the rule was last updated.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule.
 - 
  
    
      #publish_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The publish status of the rule.
 - 
  
    
      #rule_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the rule.
 - 
  
    
      #rule_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the rule.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 - 
  
    
      #trigger_event_source  ⇒ Types::RuleTriggerEventSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event source to trigger the rule.
 
Instance Attribute Details
#actions ⇒ Array<Types::RuleAction>
A list of actions to be run when the rule is triggered.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_time ⇒ Time
The timestamp for when the rule was created.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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  | 
  
#function ⇒ String
The conditions of the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_by ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_time ⇒ Time
The timestamp for the when the rule was last updated.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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  | 
  
#name ⇒ String
The name of the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_status ⇒ String
The publish status of the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_id ⇒ String
A unique identifier for the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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_source ⇒ Types::RuleTriggerEventSource
The event source to trigger the rule.
      19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19548 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  |