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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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:

^

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).

Returns:

  • (String)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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

#created_atTime

The time at which the prompt was created.

Returns:

  • (Time)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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

#descriptionString

The description of the prompt.

Returns:

  • (String)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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

#idString

The unique identifier of the prompt.

Returns:

  • (String)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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

#nameString

The name of the prompt.

Returns:

  • (String)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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

#updated_atTime

The time at which the prompt was last updated.

Returns:

  • (Time)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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

#versionString

The version of the prompt that this summary applies to.

Returns:

  • (String)


7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7931

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