Class: Aws::Types::UpdatePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
8640 8641 8642 |
# File 'sig/types.rbs', line 8640 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8637 8638 8639 |
# File 'sig/types.rbs', line 8637 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8639 8640 8641 |
# File 'sig/types.rbs', line 8639 def name @name end |
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
8638 8639 8640 |
# File 'sig/types.rbs', line 8638 def prompt_id @prompt_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
8641 8642 8643 |
# File 'sig/types.rbs', line 8641 def s3_uri @s3_uri end |