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)


449
450
451
452
453
454
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 449

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

#nameString

The name of the file.

Returns:

  • (String)


449
450
451
452
453
454
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 449

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