Class: Aws::Types::CreateHITTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_duration_in_seconds::Integer

Returns the value of attribute assignment_duration_in_seconds.

Returns:

  • (::Integer)


103
104
105
# File 'sig/types.rbs', line 103

def assignment_duration_in_seconds
  @assignment_duration_in_seconds
end

#auto_approval_delay_in_seconds::Integer

Returns the value of attribute auto_approval_delay_in_seconds.

Returns:

  • (::Integer)


102
103
104
# File 'sig/types.rbs', line 102

def auto_approval_delay_in_seconds
  @auto_approval_delay_in_seconds
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def description
  @description
end

#keywords::String

Returns the value of attribute keywords.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def keywords
  @keywords
end

#qualification_requirements::Array[Types::QualificationRequirement]

Returns the value of attribute qualification_requirements.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def qualification_requirements
  @qualification_requirements
end

#reward::String

Returns the value of attribute reward.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def reward
  @reward
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def title
  @title
end