Class: Aws::Types::GetPromptResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPromptResponse
- 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.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def created_at @created_at end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def customer_encryption_key_arn @customer_encryption_key_arn end |
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def default_variant @default_variant end |
#description ⇒ ::String
Returns the value of attribute description.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def updated_at @updated_at end |
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def variants @variants end |
#version ⇒ ::String
Returns the value of attribute version.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def version @version end |