Class: Aws::QBusiness::Types::GetMediaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetMediaRequest
- Includes:
- Structure
- Defined in:
- 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.
4064 4065 4066 4067 4068 4069 4070 4071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4064 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.
4064 4065 4066 4067 4068 4069 4070 4071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4064 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.
4064 4065 4066 4067 4068 4069 4070 4071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4064 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.
4064 4065 4066 4067 4068 4069 4070 4071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4064 class GetMediaRequest < Struct.new( :application_id, :conversation_id, :message_id, :media_id) SENSITIVE = [] include Aws::Structure end |