Class: Aws::QBusiness::Types::AttachmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AttachmentInput
- 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
-
#data ⇒ String
The data contained within the uploaded file.
-
#name ⇒ String
The name of the file.
Instance Attribute Details
#data ⇒ String
The data contained within the uploaded file.
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 |
#name ⇒ String
The name of the file.
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 |