Class: Aws::BedrockAgent::Types::PromptSummary

Inherits:
Struct
  • Object
show all
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

^

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_ListPrompts.html#API_agent_ListPrompts_ResponseSyntax

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the prompt was created.



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the prompt.



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the prompt.



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the prompt.



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the prompt was last updated.



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the prompt that this summary applies to.



8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8695

class PromptSummary < Struct.new(
  :name,
  :description,
  :id,
  :arn,
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end