Class: Aws::Types::Evaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answers::Hash[::String, Types::EvaluationAnswerOutput]

Returns the value of attribute answers.

Returns:



3341
3342
3343
# File 'sig/types.rbs', line 3341

def answers
  @answers
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3345
3346
3347
# File 'sig/types.rbs', line 3345

def created_time
  @created_time
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


3339
3340
3341
# File 'sig/types.rbs', line 3339

def evaluation_arn
  @evaluation_arn
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


3338
3339
3340
# File 'sig/types.rbs', line 3338

def evaluation_id
  @evaluation_id
end

#evaluation_type"STANDARD", "CALIBRATION"

Returns the value of attribute evaluation_type.

Returns:

  • ("STANDARD", "CALIBRATION")


3347
3348
3349
# File 'sig/types.rbs', line 3347

def evaluation_type
  @evaluation_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def last_modified_time
  @last_modified_time
end

#metadataTypes::EvaluationMetadata

Returns the value of attribute metadata.



3340
3341
3342
# File 'sig/types.rbs', line 3340

def 
  
end

#notes::Hash[::String, Types::EvaluationNote]

Returns the value of attribute notes.

Returns:



3342
3343
3344
# File 'sig/types.rbs', line 3342

def notes
  @notes
end

#scores::Hash[::String, Types::EvaluationScore]

Returns the value of attribute scores.

Returns:



3344
3345
3346
# File 'sig/types.rbs', line 3344

def scores
  @scores
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "SUBMITTED", "REVIEW_REQUESTED", "UNDER_REVIEW")


3343
3344
3345
# File 'sig/types.rbs', line 3343

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3348
3349
3350
# File 'sig/types.rbs', line 3348

def tags
  @tags
end