Class: Aws::QBusiness::Types::CreateRetrieverRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of your Amazon Q Business application.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A token that you provide to identify the request to create your Amazon Q Business application retriever.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::RetrieverConfiguration

Provides information on how the retriever used for your Amazon Q Business application is configured.



2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of your retriever.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of key-value pairs that identify or categorize the retriever. You can also use tags to help control access to the retriever. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Returns:



2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of retriever you are using.

Returns:

  • (String)


2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2551

class CreateRetrieverRequest < Struct.new(
  :application_id,
  :type,
  :display_name,
  :configuration,
  :role_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end