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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/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.

Returns:

  • (Boolean)


945
946
947
948
949
950
951
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 945

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

#nameString

FieldOptionName has max length 100 and disallows trailing spaces.

Returns:

  • (String)


945
946
947
948
949
950
951
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 945

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

#valueString

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

Returns:

  • (String)


945
946
947
948
949
950
951
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 945

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