Class: Aws::Types::AnalyticsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language_configurationTypes::LanguageConfiguration

Returns the value of attribute language_configuration.



202
203
204
# File 'sig/types.rbs', line 202

def language_configuration
  @language_configuration
end

#redaction_configurationTypes::RedactionConfiguration

Returns the value of attribute redaction_configuration.



203
204
205
# File 'sig/types.rbs', line 203

def redaction_configuration
  @redaction_configuration
end

#rules_configurationTypes::RulesConfiguration

Returns the value of attribute rules_configuration.



206
207
208
# File 'sig/types.rbs', line 206

def rules_configuration
  @rules_configuration
end

#sentiment_configurationTypes::SentimentConfiguration

Returns the value of attribute sentiment_configuration.



204
205
206
# File 'sig/types.rbs', line 204

def sentiment_configuration
  @sentiment_configuration
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



205
206
207
# File 'sig/types.rbs', line 205

def summary_configuration
  @summary_configuration
end