Class: Aws::Types::GetGuardrailResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGuardrailResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_reasoning_policy ⇒ Types::GuardrailAutomatedReasoningPolicy
Returns the value of attribute automated_reasoning_policy.
-
#blocked_input_messaging ⇒ ::String
Returns the value of attribute blocked_input_messaging.
-
#blocked_outputs_messaging ⇒ ::String
Returns the value of attribute blocked_outputs_messaging.
-
#content_policy ⇒ Types::GuardrailContentPolicy
Returns the value of attribute content_policy.
-
#contextual_grounding_policy ⇒ Types::GuardrailContextualGroundingPolicy
Returns the value of attribute contextual_grounding_policy.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#cross_region_details ⇒ Types::GuardrailCrossRegionDetails
Returns the value of attribute cross_region_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_recommendations ⇒ ::Array[::String]
Returns the value of attribute failure_recommendations.
-
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
-
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicy
Returns the value of attribute sensitive_information_policy.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reasons ⇒ ::Array[::String]
Returns the value of attribute status_reasons.
-
#topic_policy ⇒ Types::GuardrailTopicPolicy
Returns the value of attribute topic_policy.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#word_policy ⇒ Types::GuardrailWordPolicy
Returns the value of attribute word_policy.
Instance Attribute Details
#automated_reasoning_policy ⇒ Types::GuardrailAutomatedReasoningPolicy
Returns the value of attribute automated_reasoning_policy.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def automated_reasoning_policy @automated_reasoning_policy end |
#blocked_input_messaging ⇒ ::String
Returns the value of attribute blocked_input_messaging.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def blocked_input_messaging @blocked_input_messaging end |
#blocked_outputs_messaging ⇒ ::String
Returns the value of attribute blocked_outputs_messaging.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def blocked_outputs_messaging @blocked_outputs_messaging end |
#content_policy ⇒ Types::GuardrailContentPolicy
Returns the value of attribute content_policy.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def content_policy @content_policy end |
#contextual_grounding_policy ⇒ Types::GuardrailContextualGroundingPolicy
Returns the value of attribute contextual_grounding_policy.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def contextual_grounding_policy @contextual_grounding_policy end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def created_at @created_at end |
#cross_region_details ⇒ Types::GuardrailCrossRegionDetails
Returns the value of attribute cross_region_details.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def cross_region_details @cross_region_details end |
#description ⇒ ::String
Returns the value of attribute description.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def description @description end |
#failure_recommendations ⇒ ::Array[::String]
Returns the value of attribute failure_recommendations.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def failure_recommendations @failure_recommendations end |
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def guardrail_arn @guardrail_arn end |
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def guardrail_id @guardrail_id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def name @name end |
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicy
Returns the value of attribute sensitive_information_policy.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def sensitive_information_policy @sensitive_information_policy end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def status @status end |
#status_reasons ⇒ ::Array[::String]
Returns the value of attribute status_reasons.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def status_reasons @status_reasons end |
#topic_policy ⇒ Types::GuardrailTopicPolicy
Returns the value of attribute topic_policy.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def topic_policy @topic_policy end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def version @version end |
#word_policy ⇒ Types::GuardrailWordPolicy
Returns the value of attribute word_policy.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def word_policy @word_policy end |