Class: Aws::Types::GetPromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
-
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
-
#prompt_version ⇒ ::String
Returns the value of attribute prompt_version.
Instance Attribute Details
#included_data ⇒ "ALL_DATA", "METADATA_ONLY"
Returns the value of attribute included_data.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def included_data @included_data end |
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def prompt_identifier @prompt_identifier end |
#prompt_version ⇒ ::String
Returns the value of attribute prompt_version.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def prompt_version @prompt_version end |