Class: Aws::Types::EvaluationSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3812
3813
3814
# File 'sig/types.rbs', line 3812

def created_time
  @created_time
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


3805
3806
3807
# File 'sig/types.rbs', line 3805

def evaluation_arn
  @evaluation_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3806
3807
3808
# File 'sig/types.rbs', line 3806

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_title::String

Returns the value of attribute evaluation_form_title.

Returns:

  • (::String)


3808
3809
3810
# File 'sig/types.rbs', line 3808

def evaluation_form_title
  @evaluation_form_title
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


3807
3808
3809
# File 'sig/types.rbs', line 3807

def evaluation_form_version
  @evaluation_form_version
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


3804
3805
3806
# File 'sig/types.rbs', line 3804

def evaluation_id
  @evaluation_id
end

#evaluation_type"STANDARD", "CALIBRATION"

Returns the value of attribute evaluation_type.

Returns:

  • ("STANDARD", "CALIBRATION")


3811
3812
3813
# File 'sig/types.rbs', line 3811

def evaluation_type
  @evaluation_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3813
3814
3815
# File 'sig/types.rbs', line 3813

def last_modified_time
  @last_modified_time
end

#metadataTypes::EvaluationSearchMetadata

Returns the value of attribute metadata.



3809
3810
3811
# File 'sig/types.rbs', line 3809

def 
  @metadata
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

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


3810
3811
3812
# File 'sig/types.rbs', line 3810

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


3814
3815
3816
# File 'sig/types.rbs', line 3814

def tags
  @tags
end