Class: Aws::Bedrock::Types::DeleteGuardrailRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifierString

The unique identifier of the guardrail. This can be an ID or the ARN.

Returns:

  • (String)


1138
1139
1140
1141
1142
1143
# File 'lib/aws-sdk-bedrock/types.rb', line 1138

class DeleteGuardrailRequest < Struct.new(
  :guardrail_identifier,
  :guardrail_version)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_versionString

The version of the guardrail.

Returns:

  • (String)


1138
1139
1140
1141
1142
1143
# File 'lib/aws-sdk-bedrock/types.rb', line 1138

class DeleteGuardrailRequest < Struct.new(
  :guardrail_identifier,
  :guardrail_version)
  SENSITIVE = []
  include Aws::Structure
end