Class: Aws::Types::CreateAIGuardrailVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIGuardrailVersionRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
Instance Attribute Details
#ai_guardrail_id ⇒ ::String
Returns the value of attribute ai_guardrail_id.
624 625 626 |
# File 'sig/types.rbs', line 624 def ai_guardrail_id @ai_guardrail_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
626 627 628 |
# File 'sig/types.rbs', line 626 def client_token @client_token end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
625 626 627 |
# File 'sig/types.rbs', line 625 def modified_time @modified_time end |