Class: Aws::BedrockAgent::Types::GetPromptResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:variants]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the prompt.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

class GetPromptResponse < 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_atTime

The time at which the prompt was created.

Returns:

  • (Time)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

class GetPromptResponse < 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_arnString

The Amazon Resource Name (ARN) of the KMS key that the prompt is encrypted with.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

class GetPromptResponse < 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_variantString

The name of the default variant for the prompt. This value must match the ‘name` field in the relevant [PromptVariant] object.

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PromptVariant.html

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

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

#descriptionString

The descriptino of the prompt.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

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

#idString

The unique identifier of the prompt.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

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

#nameString

The name of the prompt.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

class GetPromptResponse < 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_atTime

The time at which the prompt was last updated.

Returns:

  • (Time)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

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

#variantsArray<Types::PromptVariant>

A list of objects, each containing details about a variant of the prompt.

Returns:



4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

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

#versionString

The version of the prompt.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4065

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