Class: Aws::Types::PostCallAnalyticsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_redaction_output"redacted", "redacted_and_unredacted"

Returns the value of attribute content_redaction_output.

Returns:

  • ("redacted", "redacted_and_unredacted")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def output_location
  @output_location
end