Class: Aws::Connect::Types::RealTimeContactAnalysisAttachment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Object that describes attached file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

A unique identifier for the attachment.

Returns:

  • (String)


14367
14368
14369
14370
14371
14372
14373
14374
# File 'lib/aws-sdk-connect/types.rb', line 14367

class RealTimeContactAnalysisAttachment < Struct.new(
  :attachment_name,
  :content_type,
  :attachment_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#attachment_nameString

A case-sensitive name of the attachment being uploaded. Can be redacted.

Returns:

  • (String)


14367
14368
14369
14370
14371
14372
14373
14374
# File 'lib/aws-sdk-connect/types.rb', line 14367

class RealTimeContactAnalysisAttachment < Struct.new(
  :attachment_name,
  :content_type,
  :attachment_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

Describes the MIME file type of the attachment. For a list of supported file types, see [Feature specifications] in the *Amazon Connect Administrator Guide*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html

Returns:

  • (String)


14367
14368
14369
14370
14371
14372
14373
14374
# File 'lib/aws-sdk-connect/types.rb', line 14367

class RealTimeContactAnalysisAttachment < Struct.new(
  :attachment_name,
  :content_type,
  :attachment_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the attachment.

Returns:

  • (String)


14367
14368
14369
14370
14371
14372
14373
14374
# File 'lib/aws-sdk-connect/types.rb', line 14367

class RealTimeContactAnalysisAttachment < Struct.new(
  :attachment_name,
  :content_type,
  :attachment_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end