Class: Aws::QuickSight::Types::CustomPromptProfile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A reference to an existing custom prompt profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_profile_idString

The identifier of the model profile.

Returns:

  • (String)


10858
10859
10860
10861
10862
10863
10864
# File 'lib/aws-sdk-quicksight/types.rb', line 10858

class CustomPromptProfile < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#qbs_aws_account_idString

The Amazon Web Services account ID for the Q Business service.

Returns:

  • (String)


10858
10859
10860
10861
10862
10863
10864
# File 'lib/aws-sdk-quicksight/types.rb', line 10858

class CustomPromptProfile < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_idString

The subscription identifier.

Returns:

  • (String)


10858
10859
10860
10861
10862
10863
10864
# File 'lib/aws-sdk-quicksight/types.rb', line 10858

class CustomPromptProfile < Struct.new(
  :model_profile_id,
  :subscription_id,
  :qbs_aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end