Class: Aws::Connect::Types::RuleSummary

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

Overview

A list of ‘ActionTypes` associated with a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_summariesArray<Types::ActionSummary>

A list of ActionTypes associated with a rule.

Returns:



15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The timestamp for when the rule was created.

Returns:

  • (Time)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_source_nameString

The name of the event source.

Returns:

  • (String)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The timestamp for when the rule was last updated.

Returns:

  • (Time)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule.

Returns:

  • (String)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#publish_statusString

The publish status of the rule.

Returns:

  • (String)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#rule_arnString

The Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

A unique identifier for the rule.

Returns:

  • (String)


15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
# File 'lib/aws-sdk-connect/types.rb', line 15574

class RuleSummary < Struct.new(
  :name,
  :rule_id,
  :rule_arn,
  :event_source_name,
  :publish_status,
  :action_summaries,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end