Class: Aws::Bedrock::Types::GetGuardrailRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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 for which to get details.

Returns:

  • (String)


1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1244

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

#guardrail_versionString

The version of the guardrail for which to get details. If you don't specify a version, the response returns details for the DRAFT version.

Returns:

  • (String)


1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1244

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