Class: Aws::Types::CreatePromptVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePromptVersionResponse
- 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.
607 608 609 |
# File 'sig/types.rbs', line 607 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
609 610 611 |
# File 'sig/types.rbs', line 609 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
603 604 605 |
# File 'sig/types.rbs', line 603 def customer_encryption_key_arn @customer_encryption_key_arn end |
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
604 605 606 |
# File 'sig/types.rbs', line 604 def default_variant @default_variant end |
#description ⇒ ::String
Returns the value of attribute description.
602 603 604 |
# File 'sig/types.rbs', line 602 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
606 607 608 |
# File 'sig/types.rbs', line 606 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
601 602 603 |
# File 'sig/types.rbs', line 601 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
610 611 612 |
# File 'sig/types.rbs', line 610 def updated_at @updated_at end |
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
605 606 607 |
# File 'sig/types.rbs', line 605 def variants @variants end |
#version ⇒ ::String
Returns the value of attribute version.
608 609 610 |
# File 'sig/types.rbs', line 608 def version @version end |