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

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

Overview

A file directly uploaded into a web experience chat.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The data contained within the uploaded file.

Returns:

  • (String)


437
438
439
440
441
442
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 437

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

#nameString

The name of the file.

Returns:

  • (String)


437
438
439
440
441
442
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 437

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