Class: Aws::ConnectCases::Types::RequiredField

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

List of fields that must have a value provided to create a case.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

Unique identifier of a field.

Returns:

  • (String)


2098
2099
2100
2101
2102
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2098

class RequiredField < Struct.new(
  :field_id)
  SENSITIVE = []
  include Aws::Structure
end