Class: Aws::QBusiness::Types::CreateChatResponseConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateChatResponseConfigurationResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_response_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
-
#chat_response_configuration_id ⇒ String
The unique identifier assigned to a newly created chat response configuration, used for subsequent operations on this resource.
Instance Attribute Details
#chat_response_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
2125 2126 2127 2128 2129 2130 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2125 class CreateChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#chat_response_configuration_id ⇒ String
The unique identifier assigned to a newly created chat response configuration, used for subsequent operations on this resource.
2125 2126 2127 2128 2129 2130 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2125 class CreateChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn) SENSITIVE = [] include Aws::Structure end |