Class: Aws::Types::CreatePromptResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePromptResponse
- 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.
585 586 587 |
# File 'sig/types.rbs', line 585 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
587 588 589 |
# File 'sig/types.rbs', line 587 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
581 582 583 |
# File 'sig/types.rbs', line 581 def customer_encryption_key_arn @customer_encryption_key_arn end |
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
582 583 584 |
# File 'sig/types.rbs', line 582 def default_variant @default_variant end |
#description ⇒ ::String
Returns the value of attribute description.
580 581 582 |
# File 'sig/types.rbs', line 580 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
584 585 586 |
# File 'sig/types.rbs', line 584 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
579 580 581 |
# File 'sig/types.rbs', line 579 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
588 589 590 |
# File 'sig/types.rbs', line 588 def updated_at @updated_at end |
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
583 584 585 |
# File 'sig/types.rbs', line 583 def variants @variants end |
#version ⇒ ::String
Returns the value of attribute version.
586 587 588 |
# File 'sig/types.rbs', line 586 def version @version end |