Class: Aws::Connect::Types::DisconnectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DisconnectDetails
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the call disconnect experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#potential_disconnect_issue ⇒ String
Indicates the potential disconnection issues for a call.
Instance Attribute Details
#potential_disconnect_issue ⇒ String
Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
7764 7765 7766 7767 7768 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7764 class DisconnectDetails < Struct.new( :potential_disconnect_issue) SENSITIVE = [] include Aws::Structure end |