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. This can be an ID or the ARN.

Returns:

  • (String)


6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6434

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)


6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6434

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