Class: Aws::QuickSight::Types::CustomPromptProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomPromptProfile
- 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
-
#model_profile_id ⇒ String
The identifier of the model profile.
-
#qbs_aws_account_id ⇒ String
The Amazon Web Services account ID for the Q Business service.
-
#subscription_id ⇒ String
The subscription identifier.
Instance Attribute Details
#model_profile_id ⇒ String
The identifier of the model profile.
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_id ⇒ String
The Amazon Web Services account ID for the Q Business service.
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_id ⇒ String
The subscription identifier.
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 |