Class: Aws::Types::RealTimeAlertRule

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#issue_detection_configuration ⇒ Types::IssueDetectionConfiguration

Returns the value of attribute issue_detection_configuration.



705
706
707
# File 'sig/types.rbs', line 705

def issue_detection_configuration
  @issue_detection_configuration
end

#keyword_match_configuration ⇒ Types::KeywordMatchConfiguration

Returns the value of attribute keyword_match_configuration.



703
704
705
# File 'sig/types.rbs', line 703

def keyword_match_configuration
  @keyword_match_configuration
end

#sentiment_configuration ⇒ Types::SentimentConfiguration

Returns the value of attribute sentiment_configuration.



704
705
706
# File 'sig/types.rbs', line 704

def sentiment_configuration
  @sentiment_configuration
end

#type ⇒ "KeywordMatch", ...

Returns the value of attribute type.



702
703
704
# File 'sig/types.rbs', line 702

def type
  @type
end