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.
202 203 204 |
# File 'sig/types.rbs', line 202 def language_configuration @language_configuration end |
#redaction_configuration ⇒ Types::RedactionConfiguration
Returns the value of attribute redaction_configuration.
203 204 205 |
# File 'sig/types.rbs', line 203 def redaction_configuration @redaction_configuration end |
#rules_configuration ⇒ Types::RulesConfiguration
Returns the value of attribute rules_configuration.
206 207 208 |
# File 'sig/types.rbs', line 206 def rules_configuration @rules_configuration end |
#sentiment_configuration ⇒ Types::SentimentConfiguration
Returns the value of attribute sentiment_configuration.
204 205 206 |
# File 'sig/types.rbs', line 204 def sentiment_configuration @sentiment_configuration end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
205 206 207 |
# File 'sig/types.rbs', line 205 def summary_configuration @summary_configuration end |