Class: Aws::Types::QualificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer::String

Returns the value of attribute answer.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def answer
  @answer
end

#qualification_request_id::String

Returns the value of attribute qualification_request_id.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def qualification_request_id
  @qualification_request_id
end

#qualification_type_id::String

Returns the value of attribute qualification_type_id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def qualification_type_id
  @qualification_type_id
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


504
505
506
# File 'sig/types.rbs', line 504

def submit_time
  @submit_time
end

#test::String

Returns the value of attribute test.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def test
  @test
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def worker_id
  @worker_id
end