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

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

#retriever_arnString

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

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1627

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)


1627
1628
1629
1630
1631
1632
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1627

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