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)


1947
1948
1949
1950
1951
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1947

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