Class: Aws::Types::CustomPromptInputParameters
- Inherits:
-
Object
- Object
- Aws::Types::CustomPromptInputParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_instructions ⇒ ::String
Returns the value of attribute custom_instructions.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#output_style ⇒ ::String
Returns the value of attribute output_style.
-
#response_length ⇒ ::String
Returns the value of attribute response_length.
-
#tone ⇒ ::String
Returns the value of attribute tone.
Instance Attribute Details
#custom_instructions ⇒ ::String
Returns the value of attribute custom_instructions.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def custom_instructions @custom_instructions end |
#identity ⇒ ::String
Returns the value of attribute identity.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def identity @identity end |
#output_style ⇒ ::String
Returns the value of attribute output_style.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def output_style @output_style end |
#response_length ⇒ ::String
Returns the value of attribute response_length.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def response_length @response_length end |
#tone ⇒ ::String
Returns the value of attribute tone.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def tone @tone end |