Class: Aws::Types::GetPromptFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPromptFileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4158 4159 4160 |
# File 'sig/types.rbs', line 4158 def instance_id @instance_id end |
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
4159 4160 4161 |
# File 'sig/types.rbs', line 4159 def prompt_id @prompt_id end |