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.
4073 4074 4075 |
# File 'sig/types.rbs', line 4073 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def instance_id @instance_id end |
#metrics ⇒ ::Array[Types::ContactMetricInfo]
Returns the value of attribute metrics.
4074 4075 4076 |
# File 'sig/types.rbs', line 4074 def metrics @metrics end |