Class: Aws::Bedrock::Types::AccountEnforcedGuardrailInferenceInputConfiguration

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

Overview

Account-level enforced guardrail input configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifierString

Identifier for the guardrail, could be the ID or the ARN.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'lib/aws-sdk-bedrock/types.rb', line 42

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

#guardrail_versionString

Numerical guardrail version.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'lib/aws-sdk-bedrock/types.rb', line 42

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

#input_tagsString

Whether to honor or ignore input tags at runtime.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'lib/aws-sdk-bedrock/types.rb', line 42

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