Class: Aws::QApps::Types::CreateQAppOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

The Amazon Resource Name (ARN) of the new Q App.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#app_idString

The unique identifier of the new Q App.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionInteger

The version of the new Q App.

Returns:

  • (Integer)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the Q App was created.

Returns:

  • (Time)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the Q App.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the new Q App.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#initial_promptString

The initial prompt displayed when the Q App is started.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#required_capabilitiesArray<String>

The capabilities required to run the Q App, such as file upload or third-party integrations.

Returns:

  • (Array<String>)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the new Q App, such as "Created".

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the new Q App.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the Q App was last updated.

Returns:

  • (Time)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user who last updated the Q App.

Returns:

  • (String)


578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 578

class CreateQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities)
  SENSITIVE = []
  include Aws::Structure
end