Class: Aws::Types::PostCallAnalyticsSettings
- Inherits:
-
Object
- Object
- Aws::Types::PostCallAnalyticsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_redaction_output ⇒ "redacted", "redacted_and_unredacted"
Returns the value of attribute content_redaction_output.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
Instance Attribute Details
#content_redaction_output ⇒ "redacted", "redacted_and_unredacted"
Returns the value of attribute content_redaction_output.
317 318 319 |
# File 'sig/types.rbs', line 317 def content_redaction_output @content_redaction_output end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
316 317 318 |
# File 'sig/types.rbs', line 316 def data_access_role_arn @data_access_role_arn end |
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def output_encryption_kms_key_id @output_encryption_kms_key_id end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
315 316 317 |
# File 'sig/types.rbs', line 315 def output_location @output_location end |