Class: Aws::ConnectParticipant::Types::AttachmentItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

The case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

A unique identifier for the attachment.

Returns:

  • (String)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 53

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

#attachment_nameString

A case-sensitive name of the attachment being uploaded.

Returns:

  • (String)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 53

class AttachmentItem < Struct.new(
  :content_type,
  :attachment_id,
  :attachment_name,
  :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)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 53

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

#statusString

Status of the attachment.

Returns:

  • (String)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 53

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