Class: Aws::Types::ParticipantMetrics
- Inherits:
-
Object
- Object
- Aws::Types::ParticipantMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversation_abandon ⇒ Boolean
Returns the value of attribute conversation_abandon.
-
#last_message_timestamp ⇒ ::Time
Returns the value of attribute last_message_timestamp.
-
#max_response_time_in_millis ⇒ ::Integer
Returns the value of attribute max_response_time_in_millis.
-
#message_length_in_chars ⇒ ::Integer
Returns the value of attribute message_length_in_chars.
-
#messages_sent ⇒ ::Integer
Returns the value of attribute messages_sent.
-
#num_responses ⇒ ::Integer
Returns the value of attribute num_responses.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
-
#participant_type ⇒ "ALL", ...
Returns the value of attribute participant_type.
-
#total_response_time_in_millis ⇒ ::Integer
Returns the value of attribute total_response_time_in_millis.
Instance Attribute Details
#conversation_abandon ⇒ Boolean
Returns the value of attribute conversation_abandon.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def conversation_abandon @conversation_abandon end |
#last_message_timestamp ⇒ ::Time
Returns the value of attribute last_message_timestamp.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def @last_message_timestamp end |
#max_response_time_in_millis ⇒ ::Integer
Returns the value of attribute max_response_time_in_millis.
5996 5997 5998 |
# File 'sig/types.rbs', line 5996 def max_response_time_in_millis @max_response_time_in_millis end |
#message_length_in_chars ⇒ ::Integer
Returns the value of attribute message_length_in_chars.
5994 5995 5996 |
# File 'sig/types.rbs', line 5994 def @message_length_in_chars end |
#messages_sent ⇒ ::Integer
Returns the value of attribute messages_sent.
5992 5993 5994 |
# File 'sig/types.rbs', line 5992 def @messages_sent end |
#num_responses ⇒ ::Integer
Returns the value of attribute num_responses.
5993 5994 5995 |
# File 'sig/types.rbs', line 5993 def num_responses @num_responses end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def participant_id @participant_id end |
#participant_type ⇒ "ALL", ...
Returns the value of attribute participant_type.
5990 5991 5992 |
# File 'sig/types.rbs', line 5990 def participant_type @participant_type end |
#total_response_time_in_millis ⇒ ::Integer
Returns the value of attribute total_response_time_in_millis.
5995 5996 5997 |
# File 'sig/types.rbs', line 5995 def total_response_time_in_millis @total_response_time_in_millis end |