Class: Aws::Types::GetContactMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetContactMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metric_results ⇒ ::Array[Types::ContactMetricResult]
Returns the value of attribute metric_results.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4081 4082 4083 |
# File 'sig/types.rbs', line 4081 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
4080 4081 4082 |
# File 'sig/types.rbs', line 4080 def id @id end |
#metric_results ⇒ ::Array[Types::ContactMetricResult]
Returns the value of attribute metric_results.
4079 4080 4081 |
# File 'sig/types.rbs', line 4079 def metric_results @metric_results end |