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

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 for which to get details. This can be an ID or the ARN.

Returns:

  • (String)


2135
2136
2137
2138
2139
2140
# File 'lib/aws-sdk-bedrock/types.rb', line 2135

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)


2135
2136
2137
2138
2139
2140
# File 'lib/aws-sdk-bedrock/types.rb', line 2135

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