Class: Aws::Types::CreateGuardrailVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGuardrailVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def description @description end |
#guardrail_identifier ⇒ ::String
Returns the value of attribute guardrail_identifier.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def guardrail_identifier @guardrail_identifier end |