Class: Aws::Types::Rule

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

Defined Under Namespace

Classes: InterruptionFilter, NonTalkTimeFilter, SentimentFilter, TranscriptFilter, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interruption_filterTypes::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_filterTypes::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_filterTypes::SentimentFilter

Returns the value of attribute sentiment_filter.



712
713
714
# File 'sig/types.rbs', line 712

def sentiment_filter
  @sentiment_filter
end

#transcript_filterTypes::TranscriptFilter

Returns the value of attribute transcript_filter.



711
712
713
# File 'sig/types.rbs', line 711

def transcript_filter
  @transcript_filter
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


713
714
715
# File 'sig/types.rbs', line 713

def unknown
  @unknown
end