Class: Aws::Types::TaskTemplateField

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8060
8061
8062
# File 'sig/types.rbs', line 8060

def description
  @description
end

#idTypes::TaskTemplateFieldIdentifier

Returns the value of attribute id.



8059
8060
8061
# File 'sig/types.rbs', line 8059

def id
  @id
end

#single_select_options::Array[::String]

Returns the value of attribute single_select_options.

Returns:

  • (::Array[::String])


8062
8063
8064
# File 'sig/types.rbs', line 8062

def single_select_options
  @single_select_options
end

#type"NAME", ...

Returns the value of attribute type.

Returns:

  • ("NAME", "DESCRIPTION", "SCHEDULED_TIME", "QUICK_CONNECT", "URL", "NUMBER", "TEXT", "TEXT_AREA", "DATE_TIME", "BOOLEAN", "SINGLE_SELECT", "EMAIL", "SELF_ASSIGN", "EXPIRY_DURATION")


8061
8062
8063
# File 'sig/types.rbs', line 8061

def type
  @type
end