Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InterruptionFilter, NonTalkTimeFilter, SentimentFilter, TranscriptFilter, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interruption_filter ⇒ Types::InterruptionFilter
Returns the value of attribute interruption_filter.
-
#non_talk_time_filter ⇒ Types::NonTalkTimeFilter
Returns the value of attribute non_talk_time_filter.
-
#sentiment_filter ⇒ Types::SentimentFilter
Returns the value of attribute sentiment_filter.
-
#transcript_filter ⇒ Types::TranscriptFilter
Returns the value of attribute transcript_filter.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#interruption_filter ⇒ Types::InterruptionFilter
Returns the value of attribute interruption_filter.
710 711 712 |
# File 'sig/types.rbs', line 710 def interruption_filter @interruption_filter end |
#non_talk_time_filter ⇒ Types::NonTalkTimeFilter
Returns the value of attribute non_talk_time_filter.
709 710 711 |
# File 'sig/types.rbs', line 709 def non_talk_time_filter @non_talk_time_filter end |
#sentiment_filter ⇒ Types::SentimentFilter
Returns the value of attribute sentiment_filter.
712 713 714 |
# File 'sig/types.rbs', line 712 def sentiment_filter @sentiment_filter end |
#transcript_filter ⇒ Types::TranscriptFilter
Returns the value of attribute transcript_filter.
711 712 713 |
# File 'sig/types.rbs', line 711 def transcript_filter @transcript_filter end |
#unknown ⇒ Object
Returns the value of attribute unknown.
713 714 715 |
# File 'sig/types.rbs', line 713 def unknown @unknown end |