Class: Aws::Types::GetGuardrailResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :blocked_input_messaging, :blocked_outputs_messaging])

Instance Attribute Summary collapse

Instance Attribute Details

#automated_reasoning_policyTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def blocked_outputs_messaging
  @blocked_outputs_messaging
end

#content_policyTypes::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_policyTypes::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.

Returns:

  • (::Time)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def created_at
  @created_at
end

#cross_region_detailsTypes::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.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def description
  @description
end

#failure_recommendations::Array[::String]

Returns the value of attribute failure_recommendations.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def name
  @name
end

#sensitive_information_policyTypes::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.

Returns:

  • ("CREATING", "UPDATING", "VERSIONING", "READY", "FAILED", "DELETING")


1919
1920
1921
# File 'sig/types.rbs', line 1919

def status
  @status
end

#status_reasons::Array[::String]

Returns the value of attribute status_reasons.

Returns:

  • (::Array[::String])


1929
1930
1931
# File 'sig/types.rbs', line 1929

def status_reasons
  @status_reasons
end

#topic_policyTypes::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.

Returns:

  • (::Time)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def version
  @version
end

#word_policyTypes::GuardrailWordPolicy

Returns the value of attribute word_policy.



1922
1923
1924
# File 'sig/types.rbs', line 1922

def word_policy
  @word_policy
end