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:



3315
3316
3317
# File 'sig/types.rbs', line 3315

def answers
  @answers
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def created_time
  @created_time
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


3313
3314
3315
# File 'sig/types.rbs', line 3313

def evaluation_arn
  @evaluation_arn
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


3312
3313
3314
# File 'sig/types.rbs', line 3312

def evaluation_id
  @evaluation_id
end

#evaluation_type"STANDARD", "CALIBRATION"

Returns the value of attribute evaluation_type.

Returns:

  • ("STANDARD", "CALIBRATION")


3321
3322
3323
# File 'sig/types.rbs', line 3321

def evaluation_type
  @evaluation_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3320
3321
3322
# File 'sig/types.rbs', line 3320

def last_modified_time
  @last_modified_time
end

#metadataTypes::EvaluationMetadata

Returns the value of attribute metadata.



3314
3315
3316
# File 'sig/types.rbs', line 3314

def 
  @metadata
end

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

Returns the value of attribute notes.

Returns:



3316
3317
3318
# File 'sig/types.rbs', line 3316

def notes
  @notes
end

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

Returns the value of attribute scores.

Returns:



3318
3319
3320
# File 'sig/types.rbs', line 3318

def scores
  @scores
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

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


3317
3318
3319
# File 'sig/types.rbs', line 3317

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


3322
3323
3324
# File 'sig/types.rbs', line 3322

def tags
  @tags
end