Class: Aws::QBusiness::Types::AttachmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AttachmentInput
- 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
-
#copy_from ⇒ Types::CopyFromSource
A reference to an existing attachment.
-
#data ⇒ String
The contents of the attachment.
-
#name ⇒ String
The filename of the attachment.
Instance Attribute Details
#copy_from ⇒ Types::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 |
#data ⇒ String
The contents of the 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 |
#name ⇒ String
The filename of the 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 |