Class: Aws::ConnectCases::Types::FieldOption

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

Overview

Object for field Options information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Describes whether the FieldOption is active (displayed) or inactive.



1520
1521
1522
1523
1524
1525
1526
# File 'lib/aws-sdk-connectcases/types.rb', line 1520

class FieldOption < Struct.new(
  :name,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

FieldOptionName has max length 100 and disallows trailing spaces.



1520
1521
1522
1523
1524
1525
1526
# File 'lib/aws-sdk-connectcases/types.rb', line 1520

class FieldOption < Struct.new(
  :name,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.



1520
1521
1522
1523
1524
1525
1526
# File 'lib/aws-sdk-connectcases/types.rb', line 1520

class FieldOption < Struct.new(
  :name,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end