Class: Aws::Bedrock::Types::CreateGuardrailVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


296
297
298
299
300
301
302
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 296

class CreateGuardrailVersionRequest < Struct.new(
  :guardrail_identifier,
  :description,
  :client_request_token)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

A description of the guardrail version.

Returns:

  • (String)


296
297
298
299
300
301
302
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 296

class CreateGuardrailVersionRequest < Struct.new(
  :guardrail_identifier,
  :description,
  :client_request_token)
  SENSITIVE = [:description]
  include Aws::Structure
end

#guardrail_identifierString

The unique identifier of the guardrail.

Returns:

  • (String)


296
297
298
299
300
301
302
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 296

class CreateGuardrailVersionRequest < Struct.new(
  :guardrail_identifier,
  :description,
  :client_request_token)
  SENSITIVE = [:description]
  include Aws::Structure
end