Class: Aws::Types::PromptSummary
- Inherits:
-
Object
- Object
- Aws::Types::PromptSummary
- 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.
-
#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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def version @version end |