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")


685
686
687
# File 'sig/types.rbs', line 685

def content_redaction_output
  @content_redaction_output
end

#data_access_role_arn ⇒ ::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

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)


686
687
688
# File 'sig/types.rbs', line 686

def output_encryption_kms_key_id
  @output_encryption_kms_key_id
end

#output_location ⇒ ::String

Returns the value of attribute output_location.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def output_location
  @output_location
end