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:



3221
3222
3223
# File 'sig/types.rbs', line 3221

def answers
  @answers
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def created_time
  @created_time
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


3219
3220
3221
# File 'sig/types.rbs', line 3219

def evaluation_arn
  @evaluation_arn
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


3218
3219
3220
# File 'sig/types.rbs', line 3218

def evaluation_id
  @evaluation_id
end

#evaluation_type"STANDARD", "CALIBRATION"

Returns the value of attribute evaluation_type.

Returns:

  • ("STANDARD", "CALIBRATION")


3227
3228
3229
# File 'sig/types.rbs', line 3227

def evaluation_type
  @evaluation_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3226
3227
3228
# File 'sig/types.rbs', line 3226

def last_modified_time
  @last_modified_time
end

#metadataTypes::EvaluationMetadata

Returns the value of attribute metadata.



3220
3221
3222
# File 'sig/types.rbs', line 3220

def 
  @metadata
end

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

Returns the value of attribute notes.

Returns:



3222
3223
3224
# File 'sig/types.rbs', line 3222

def notes
  @notes
end

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

Returns the value of attribute scores.

Returns:



3224
3225
3226
# File 'sig/types.rbs', line 3224

def scores
  @scores
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

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


3223
3224
3225
# File 'sig/types.rbs', line 3223

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


3228
3229
3230
# File 'sig/types.rbs', line 3228

def tags
  @tags
end