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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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.



990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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>)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 990

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