Class: Aws::QApps::Types::GetQAppOutput

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 Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#app_definitionTypes::AppDefinition

The full definition of the Q App, specifying the cards and flow.



1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#app_idString

The unique identifier of the Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#app_versionInteger

The version of the Q App.

Returns:

  • (Integer)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#created_atTime

The date and time the Q App was created.

Returns:

  • (Time)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#created_byString

The user who created the Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#descriptionString

The description of the Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#initial_promptString

The initial prompt displayed when the Q App is started.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

class GetQAppOutput < Struct.new(
  :app_id,
  :app_arn,
  :title,
  :description,
  :initial_prompt,
  :app_version,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :required_capabilities,
  :app_definition)
  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>)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#statusString

The status of the Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#titleString

The title of the Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#updated_atTime

The date and time the Q App was last updated.

Returns:

  • (Time)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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

#updated_byString

The user who last updated the Q App.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1393

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