Class: Aws::Types::GetSolutionMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSolutionMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
Instance Attribute Details
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
903 904 905 |
# File 'sig/types.rbs', line 903 def metrics @metrics end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
902 903 904 |
# File 'sig/types.rbs', line 902 def solution_version_arn @solution_version_arn end |