Class: Aws::QBusiness::Types::GetMediaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetMediaRequest
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business which contains the media object.
-
#conversation_id ⇒ String
The identifier of the Amazon Q Business conversation.
-
#media_id ⇒ String
The identifier of the media object.
-
#message_id ⇒ String
The identifier of the Amazon Q Business message.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business which contains the media object.
5055 5056 5057 5058 5059 5060 5061 5062 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5055 class GetMediaRequest < Struct.new( :application_id, :conversation_id, :message_id, :media_id) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The identifier of the Amazon Q Business conversation.
5055 5056 5057 5058 5059 5060 5061 5062 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5055 class GetMediaRequest < Struct.new( :application_id, :conversation_id, :message_id, :media_id) SENSITIVE = [] include Aws::Structure end |
#media_id ⇒ String
The identifier of the media object. You can find this in the
sourceAttributions returned by the Chat, ChatSync, and
ListMessages API responses.
5055 5056 5057 5058 5059 5060 5061 5062 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5055 class GetMediaRequest < Struct.new( :application_id, :conversation_id, :message_id, :media_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The identifier of the Amazon Q Business message.
5055 5056 5057 5058 5059 5060 5061 5062 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5055 class GetMediaRequest < Struct.new( :application_id, :conversation_id, :message_id, :media_id) SENSITIVE = [] include Aws::Structure end |