Class: Aws::Types::UpdateCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id ⇒ ::String

Returns the value of attribute case_id.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def case_id
  @case_id
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def domain_id
  @domain_id
end

#fields ⇒ ::Array[Types::FieldValue]

Returns the value of attribute fields.

Returns:



1262
1263
1264
# File 'sig/types.rbs', line 1262

def fields
  @fields
end

#performed_by ⇒ Types::UserUnion

Returns the value of attribute performed_by.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def performed_by
  @performed_by
end