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.



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

def language_configuration
  @language_configuration
end

#redaction_configurationTypes::RedactionConfiguration

Returns the value of attribute redaction_configuration.



208
209
210
# File 'sig/types.rbs', line 208

def redaction_configuration
  @redaction_configuration
end

#rules_configurationTypes::RulesConfiguration

Returns the value of attribute rules_configuration.



211
212
213
# File 'sig/types.rbs', line 211

def rules_configuration
  @rules_configuration
end

#sentiment_configurationTypes::SentimentConfiguration

Returns the value of attribute sentiment_configuration.



209
210
211
# File 'sig/types.rbs', line 209

def sentiment_configuration
  @sentiment_configuration
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



210
211
212
# File 'sig/types.rbs', line 210

def summary_configuration
  @summary_configuration
end