Class: Aws::Types::RuleSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_summaries::Array[Types::ActionSummary]

Returns the value of attribute action_summaries.

Returns:



6855
6856
6857
# File 'sig/types.rbs', line 6855

def action_summaries
  @action_summaries
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


6856
6857
6858
# File 'sig/types.rbs', line 6856

def created_time
  @created_time
end

#event_source_name"OnPostCallAnalysisAvailable", ...

Returns the value of attribute event_source_name.

Returns:

  • ("OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnEmailAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate", "OnSlaBreach", "OnAlertUpdate", "OnSchedulePublish", "OnScheduleUpdate", "OnScheduleTimeOffRequestActivity")


6852
6853
6854
# File 'sig/types.rbs', line 6852

def event_source_name
  @event_source_name
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


6857
6858
6859
# File 'sig/types.rbs', line 6857

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6849
6850
6851
# File 'sig/types.rbs', line 6849

def name
  @name
end

#publish_status"DRAFT", "PUBLISHED"

Returns the value of attribute publish_status.

Returns:

  • ("DRAFT", "PUBLISHED")


6853
6854
6855
# File 'sig/types.rbs', line 6853

def publish_status
  @publish_status
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


6851
6852
6853
# File 'sig/types.rbs', line 6851

def rule_arn
  @rule_arn
end

#rule_capability_tiers::Array[("GenerativeAI")]

Returns the value of attribute rule_capability_tiers.

Returns:

  • (::Array[("GenerativeAI")])


6854
6855
6856
# File 'sig/types.rbs', line 6854

def rule_capability_tiers
  @rule_capability_tiers
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


6850
6851
6852
# File 'sig/types.rbs', line 6850

def rule_id
  @rule_id
end