Class: Aws::QBusiness::Types::CreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateIndexResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Q Business index.
-
#index_id ⇒ String
The identifier for the Amazon Q Business index.
Instance Attribute Details
#index_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Q Business index.
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_id ⇒ String
The identifier for the Amazon Q Business index.
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 |