Class: Aws::Types::CustomPromptProfile
- Inherits:
-
Object
- Object
- Aws::Types::CustomPromptProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_profile_id ⇒ ::String
Returns the value of attribute model_profile_id.
-
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
Instance Attribute Details
#model_profile_id ⇒ ::String
Returns the value of attribute model_profile_id.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def model_profile_id @model_profile_id end |
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def qbs_aws_account_id @qbs_aws_account_id end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def subscription_id @subscription_id end |