Class: Aws::Types::CandidateProperties
- Inherits:
-
Object
- Object
- Aws::Types::CandidateProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidate_artifact_locations ⇒ Types::CandidateArtifactLocations
Returns the value of attribute candidate_artifact_locations.
-
#candidate_metrics ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute candidate_metrics.
Instance Attribute Details
#candidate_artifact_locations ⇒ Types::CandidateArtifactLocations
Returns the value of attribute candidate_artifact_locations.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def candidate_artifact_locations @candidate_artifact_locations end |
#candidate_metrics ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute candidate_metrics.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def candidate_metrics @candidate_metrics end |