Class: Aws::BedrockAgent::Types::PromptSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a prompt in your Prompt management tool.
This data type is used in the following API operations:
- ListPrompts response][1
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).
-
#created_at ⇒ Time
The time at which the prompt was created.
-
#description ⇒ String
The description of the prompt.
-
#id ⇒ String
The unique identifier of the prompt.
-
#name ⇒ String
The name of the prompt.
-
#updated_at ⇒ Time
The time at which the prompt was last updated.
-
#version ⇒ String
The version of the prompt that this summary applies to.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the prompt was created.
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the prompt.
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the prompt.
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the prompt.
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the prompt was last updated.
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the prompt that this summary applies to.
6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6158 class PromptSummary < Struct.new( :arn, :created_at, :description, :id, :name, :updated_at, :version) SENSITIVE = [] include Aws::Structure end |