Class: Aws::QBusiness::Types::AttachmentInput

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

Overview

This is either a file directly uploaded into a web experience chat or a reference to an existing attachment that is part of a web experience chat.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_fromTypes::CopyFromSource

A reference to an existing attachment.



635
636
637
638
639
640
641
# File 'lib/aws-sdk-qbusiness/types.rb', line 635

class AttachmentInput < Struct.new(
  :data,
  :name,
  :copy_from)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

The contents of the attachment.

Returns:

  • (String)


635
636
637
638
639
640
641
# File 'lib/aws-sdk-qbusiness/types.rb', line 635

class AttachmentInput < Struct.new(
  :data,
  :name,
  :copy_from)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The filename of the attachment.

Returns:

  • (String)


635
636
637
638
639
640
641
# File 'lib/aws-sdk-qbusiness/types.rb', line 635

class AttachmentInput < Struct.new(
  :data,
  :name,
  :copy_from)
  SENSITIVE = []
  include Aws::Structure
end