Class: Aws::Types::AIGuardrailSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIGuardrailSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_guardrail_arn ⇒ ::String
Returns the value of attribute ai_guardrail_arn.
-
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
Instance Attribute Details
#ai_guardrail_arn ⇒ ::String
Returns the value of attribute ai_guardrail_arn.
138 139 140 |
# File 'sig/types.rbs', line 138 def ai_guardrail_arn @ai_guardrail_arn end |
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def ai_guardrail_id @ai_guardrail_id end |
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
136 137 138 |
# File 'sig/types.rbs', line 136 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def assistant_id @assistant_id end |
#description ⇒ ::String
Returns the value of attribute description.
141 142 143 |
# File 'sig/types.rbs', line 141 def description @description end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
139 140 141 |
# File 'sig/types.rbs', line 139 def modified_time @modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
134 135 136 |
# File 'sig/types.rbs', line 134 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
142 143 144 |
# File 'sig/types.rbs', line 142 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
140 141 142 |
# File 'sig/types.rbs', line 140 def visibility_status @visibility_status end |