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.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def candidate_artifact_locations @candidate_artifact_locations end |
#candidate_metrics ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute candidate_metrics.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def candidate_metrics @candidate_metrics end |