Class: Aws::Types::UpdatePromptResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePromptResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def customer_encryption_key_arn @customer_encryption_key_arn end |
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def default_variant @default_variant end |
#description ⇒ ::String
Returns the value of attribute description.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def updated_at @updated_at end |
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def variants @variants end |
#version ⇒ ::String
Returns the value of attribute version.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def version @version end |