Class: Aws::Types::CreateCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
-
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
266 267 268 |
# File 'sig/types.rbs', line 266 def client_token @client_token end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def domain_id @domain_id end |
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
265 266 267 |
# File 'sig/types.rbs', line 265 def fields @fields end |
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
267 268 269 |
# File 'sig/types.rbs', line 267 def performed_by @performed_by end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
268 269 270 |
# File 'sig/types.rbs', line 268 def end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def template_id @template_id end |