Class: Aws::QBusiness::Types::CreateRetrieverResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retriever_arnString

The Amazon Resource Name (ARN) of an IAM role associated with a retriever.

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
# File 'lib/aws-sdk-qbusiness/types.rb', line 2107

class CreateRetrieverResponse < Struct.new(
  :retriever_id,
  :retriever_arn)
  SENSITIVE = []
  include Aws::Structure
end

#retriever_idString

The identifier of the retriever you are using.

Returns:

  • (String)


2107
2108
2109
2110
2111
2112
# File 'lib/aws-sdk-qbusiness/types.rb', line 2107

class CreateRetrieverResponse < Struct.new(
  :retriever_id,
  :retriever_arn)
  SENSITIVE = []
  include Aws::Structure
end