Class: Aws::ConnectCases::Types::CreateFieldRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::FieldAttributes

Union of field attributes.



874
875
876
877
878
879
880
881
882
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 874

class CreateFieldRequest < Struct.new(
  :domain_id,
  :name,
  :type,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the field.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 874

class CreateFieldRequest < Struct.new(
  :domain_id,
  :name,
  :type,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 874

class CreateFieldRequest < Struct.new(
  :domain_id,
  :name,
  :type,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the field.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 874

class CreateFieldRequest < Struct.new(
  :domain_id,
  :name,
  :type,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Defines the data type, some system constraints, and default display of the field.

Returns:

  • (String)


874
875
876
877
878
879
880
881
882
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 874

class CreateFieldRequest < Struct.new(
  :domain_id,
  :name,
  :type,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end