Class: Aws::Bedrock::Types::AccountEnforcedGuardrailInferenceInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AccountEnforcedGuardrailInferenceInputConfiguration
- 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
-
#guardrail_identifier ⇒ String
Identifier for the guardrail, could be the ID or the ARN.
-
#guardrail_version ⇒ String
Numerical guardrail version.
-
#input_tags ⇒ String
Whether to honor or ignore input tags at runtime.
Instance Attribute Details
#guardrail_identifier ⇒ String
Identifier for the guardrail, could be the ID or the ARN.
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_version ⇒ String
Numerical guardrail version.
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_tags ⇒ String
Whether to honor or ignore input tags at runtime.
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 |