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.
2957 2958 2959 |
# File 'sig/types.rbs', line 2957 def model_profile_id @model_profile_id end |
#qbs_aws_account_id ⇒ ::String
Returns the value of attribute qbs_aws_account_id.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def qbs_aws_account_id @qbs_aws_account_id end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def subscription_id @subscription_id end |