Class: Aws::Types::AnalyticsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_configuration ⇒ Types::LanguageConfiguration
Returns the value of attribute language_configuration.
-
#redaction_configuration ⇒ Types::RedactionConfiguration
Returns the value of attribute redaction_configuration.
-
#rules_configuration ⇒ Types::RulesConfiguration
Returns the value of attribute rules_configuration.
-
#sentiment_configuration ⇒ Types::SentimentConfiguration
Returns the value of attribute sentiment_configuration.
-
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
Instance Attribute Details
#language_configuration ⇒ Types::LanguageConfiguration
Returns the value of attribute language_configuration.
207 208 209 |
# File 'sig/types.rbs', line 207 def language_configuration @language_configuration end |
#redaction_configuration ⇒ Types::RedactionConfiguration
Returns the value of attribute redaction_configuration.
208 209 210 |
# File 'sig/types.rbs', line 208 def redaction_configuration @redaction_configuration end |
#rules_configuration ⇒ Types::RulesConfiguration
Returns the value of attribute rules_configuration.
211 212 213 |
# File 'sig/types.rbs', line 211 def rules_configuration @rules_configuration end |
#sentiment_configuration ⇒ Types::SentimentConfiguration
Returns the value of attribute sentiment_configuration.
209 210 211 |
# File 'sig/types.rbs', line 209 def sentiment_configuration @sentiment_configuration end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
210 211 212 |
# File 'sig/types.rbs', line 210 def summary_configuration @summary_configuration end |