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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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)


6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6149

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