Class: Aws::Types::Prompt
- Inherits:
-
Object
- Object
- Aws::Types::Prompt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#prompt_arn ⇒ ::String
Returns the value of attribute prompt_arn.
-
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6323 6324 6325 |
# File 'sig/types.rbs', line 6323 def description @description end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
6326 6327 6328 |
# File 'sig/types.rbs', line 6326 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6325 6326 6327 |
# File 'sig/types.rbs', line 6325 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
6322 6323 6324 |
# File 'sig/types.rbs', line 6322 def name @name end |
#prompt_arn ⇒ ::String
Returns the value of attribute prompt_arn.
6320 6321 6322 |
# File 'sig/types.rbs', line 6320 def prompt_arn @prompt_arn end |
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
6321 6322 6323 |
# File 'sig/types.rbs', line 6321 def prompt_id @prompt_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
6324 6325 6326 |
# File 'sig/types.rbs', line 6324 def @tags end |