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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributes ⇒ Types::FieldAttributes

Union of field attributes.



938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-connectcases/types.rb', line 938

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

#description ⇒ String

The description of the field.

Returns:

  • (String)


938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-connectcases/types.rb', line 938

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

#domain_id ⇒ String

The unique identifier of the Cases domain.

Returns:

  • (String)


938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-connectcases/types.rb', line 938

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

#name ⇒ String

The name of the field.

Returns:

  • (String)


938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-connectcases/types.rb', line 938

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

#type ⇒ String

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

Returns:

  • (String)


938
939
940
941
942
943
944
945
946
# File 'lib/aws-sdk-connectcases/types.rb', line 938

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