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.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def custom_instructions @custom_instructions end |
#identity ⇒ ::String
Returns the value of attribute identity.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def identity @identity end |
#output_style ⇒ ::String
Returns the value of attribute output_style.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def output_style @output_style end |
#response_length ⇒ ::String
Returns the value of attribute response_length.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def response_length @response_length end |
#tone ⇒ ::String
Returns the value of attribute tone.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def tone @tone end |