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

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

#index_arnString

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

Returns:

  • (String)


1960
1961
1962
1963
1964
1965
# File 'lib/aws-sdk-qbusiness/types.rb', line 1960

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)


1960
1961
1962
1963
1964
1965
# File 'lib/aws-sdk-qbusiness/types.rb', line 1960

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