Class: Aws::Types::UpdateAIGuardrailRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAIGuardrailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#blocked_input_messaging ⇒ ::String
Returns the value of attribute blocked_input_messaging.
-
#blocked_outputs_messaging ⇒ ::String
Returns the value of attribute blocked_outputs_messaging.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content_policy_config ⇒ Types::AIGuardrailContentPolicyConfig
Returns the value of attribute content_policy_config.
-
#contextual_grounding_policy_config ⇒ Types::AIGuardrailContextualGroundingPolicyConfig
Returns the value of attribute contextual_grounding_policy_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#sensitive_information_policy_config ⇒ Types::AIGuardrailSensitiveInformationPolicyConfig
Returns the value of attribute sensitive_information_policy_config.
-
#topic_policy_config ⇒ Types::AIGuardrailTopicPolicyConfig
Returns the value of attribute topic_policy_config.
-
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
-
#word_policy_config ⇒ Types::AIGuardrailWordPolicyConfig
Returns the value of attribute word_policy_config.
Instance Attribute Details
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def ai_guardrail_id @ai_guardrail_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def assistant_id @assistant_id end |
#blocked_input_messaging ⇒ ::String
Returns the value of attribute blocked_input_messaging.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def blocked_input_messaging @blocked_input_messaging end |
#blocked_outputs_messaging ⇒ ::String
Returns the value of attribute blocked_outputs_messaging.
3185 3186 3187 |
# File 'sig/types.rbs', line 3185 def blocked_outputs_messaging @blocked_outputs_messaging end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def client_token @client_token end |
#content_policy_config ⇒ Types::AIGuardrailContentPolicyConfig
Returns the value of attribute content_policy_config.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def content_policy_config @content_policy_config end |
#contextual_grounding_policy_config ⇒ Types::AIGuardrailContextualGroundingPolicyConfig
Returns the value of attribute contextual_grounding_policy_config.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def contextual_grounding_policy_config @contextual_grounding_policy_config end |
#description ⇒ ::String
Returns the value of attribute description.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def description @description end |
#sensitive_information_policy_config ⇒ Types::AIGuardrailSensitiveInformationPolicyConfig
Returns the value of attribute sensitive_information_policy_config.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def sensitive_information_policy_config @sensitive_information_policy_config end |
#topic_policy_config ⇒ Types::AIGuardrailTopicPolicyConfig
Returns the value of attribute topic_policy_config.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def topic_policy_config @topic_policy_config end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def visibility_status @visibility_status end |
#word_policy_config ⇒ Types::AIGuardrailWordPolicyConfig
Returns the value of attribute word_policy_config.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def word_policy_config @word_policy_config end |