Class: Aws::Types::GetContactMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContactMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#metrics ⇒ ::Array[Types::ContactMetricInfo]
Returns the value of attribute metrics.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
4068 4069 4070 |
# File 'sig/types.rbs', line 4068 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4067 4068 4069 |
# File 'sig/types.rbs', line 4067 def instance_id @instance_id end |
#metrics ⇒ ::Array[Types::ContactMetricInfo]
Returns the value of attribute metrics.
4069 4070 4071 |
# File 'sig/types.rbs', line 4069 def metrics @metrics end |