Class: Aws::QBusiness::Types::Index

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Summary information for your Amazon Q Business index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the index was created.

Returns:

  • (Time)


3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3704

class Index < Struct.new(
  :display_name,
  :index_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the index.

Returns:

  • (String)


3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3704

class Index < Struct.new(
  :display_name,
  :index_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier for the index.

Returns:

  • (String)


3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3704

class Index < Struct.new(
  :display_name,
  :index_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the index. When the status is ACTIVE, the index is ready.

Returns:

  • (String)


3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3704

class Index < Struct.new(
  :display_name,
  :index_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the index was last updated.

Returns:

  • (Time)


3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3704

class Index < Struct.new(
  :display_name,
  :index_id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end