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)


1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1480

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)


1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1480

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