Class: Aws::Types::CreatePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePromptRequest
- 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.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def name @name end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def s3_uri @s3_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def @tags end |