Class: Aws::BedrockAgent::Types::CreatePromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreatePromptResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:variants]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
-
#created_at ⇒ Time
The time at which the prompt was created.
-
#customer_encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
-
#default_variant ⇒ String
The name of the default variant for your prompt.
-
#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.
-
#variants ⇒ Array<Types::PromptVariant>
A list of objects, each containing details about a variant of the prompt.
-
#version ⇒ String
The version of the prompt.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#created_at ⇒ Time
The time at which the prompt was created.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#customer_encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#default_variant ⇒ String
The name of the default variant for your prompt.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#description ⇒ String
The description of the prompt.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#id ⇒ String
The unique identifier of the prompt.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#name ⇒ String
The name of the prompt.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the prompt was last updated.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#variants ⇒ Array<Types::PromptVariant>
A list of objects, each containing details about a variant of the prompt.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |
#version ⇒ String
The version of the prompt. When you create a prompt, the version
created is the DRAFT
version.
2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2206 class CreatePromptResponse < Struct.new( :arn, :created_at, :customer_encryption_key_arn, :default_variant, :description, :id, :name, :updated_at, :variants, :version) SENSITIVE = [:variants] include Aws::Structure end |