Class: Aws::QBusiness::Types::AttachmentInputEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AttachmentInputEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
A file input event activated by a end user request to upload files into their web experience chat.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::AttachmentInput
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.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#attachment ⇒ Types::AttachmentInput
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.
654 655 656 657 658 659 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 654 class AttachmentInputEvent < Struct.new( :attachment, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
654 655 656 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 654 def event_type @event_type end |