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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


14786
14787
14788
14789
14790
14791
14792
14793
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14786

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)


14786
14787
14788
14789
14790
14791
14792
14793
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14786

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.

Returns:

  • (String)


14786
14787
14788
14789
14790
14791
14792
14793
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14786

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

#statusString

Status of the attachment.

Returns:

  • (String)


14786
14787
14788
14789
14790
14791
14792
14793
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14786

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