Class: Aws::QBusiness::Types::CreateIndexResponse

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

#index_arnString

The Amazon Resource Name (ARN) of an Amazon Q Business index.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2427

class CreateIndexResponse < Struct.new(
  :index_id,
  :index_arn)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier for the Amazon Q Business index.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2427

class CreateIndexResponse < Struct.new(
  :index_id,
  :index_arn)
  SENSITIVE = []
  include Aws::Structure
end