Class: Aws::Types::AIPromptVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIPromptVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_prompt_summary ⇒ Types::AIPromptSummary
Returns the value of attribute ai_prompt_summary.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#ai_prompt_summary ⇒ Types::AIPromptSummary
Returns the value of attribute ai_prompt_summary.
224 225 226 |
# File 'sig/types.rbs', line 224 def ai_prompt_summary @ai_prompt_summary end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
225 226 227 |
# File 'sig/types.rbs', line 225 def version_number @version_number end |