Class: Aws::Types::CreateCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def fields
  @fields
end

#performed_by ⇒ Types::UserUnion

Returns the value of attribute performed_by.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


268
269
270
# File 'sig/types.rbs', line 268

def tags
  @tags
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def template_id
  @template_id
end