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.
4154 4155 4156 |
# File 'sig/types.rbs', line 4154 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4153 4154 4155 |
# File 'sig/types.rbs', line 4153 def instance_id @instance_id end |
#metrics ⇒ ::Array[Types::ContactMetricInfo]
Returns the value of attribute metrics.
4155 4156 4157 |
# File 'sig/types.rbs', line 4155 def metrics @metrics end |