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.
9119 9120 9121 |
# File 'sig/types.rbs', line 9119 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9116 9117 9118 |
# File 'sig/types.rbs', line 9116 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9118 9119 9120 |
# File 'sig/types.rbs', line 9118 def name @name end |
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
9117 9118 9119 |
# File 'sig/types.rbs', line 9117 def prompt_id @prompt_id end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
9120 9121 9122 |
# File 'sig/types.rbs', line 9120 def s3_uri @s3_uri end |