Class: Aws::Types::SentimentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rule_name ⇒ ::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def rule_name
  @rule_name
end

#sentiment_type ⇒ "NEGATIVE"

Returns the value of attribute sentiment_type.

Returns:

  • ("NEGATIVE")


746
747
748
# File 'sig/types.rbs', line 746

def sentiment_type
  @sentiment_type
end

#time_period ⇒ ::Integer

Returns the value of attribute time_period.

Returns:

  • (::Integer)


747
748
749
# File 'sig/types.rbs', line 747

def time_period
  @time_period
end