Class: Aws::Types::TaskTemplateField

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



8483
8484
8485
# File 'sig/types.rbs', line 8483

def description
  @description
end

#idTypes::TaskTemplateFieldIdentifier

Returns the value of attribute id.



8482
8483
8484
# File 'sig/types.rbs', line 8482

def id
  @id
end

#single_select_options::Array[::String]

Returns the value of attribute single_select_options.



8485
8486
8487
# File 'sig/types.rbs', line 8485

def single_select_options
  @single_select_options
end

#type"NAME", ...

Returns the value of attribute type.



8484
8485
8486
# File 'sig/types.rbs', line 8484

def type
  @type
end