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.
4015 4016 4017 |
# File 'sig/types.rbs', line 4015 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4014 4015 4016 |
# File 'sig/types.rbs', line 4014 def instance_id @instance_id end |
#metrics ⇒ ::Array[Types::ContactMetricInfo]
Returns the value of attribute metrics.
4016 4017 4018 |
# File 'sig/types.rbs', line 4016 def metrics @metrics end |