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.
| 8674 8675 8676 8677 8678 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8674 class DisconnectDetails < Struct.new( :potential_disconnect_issue) SENSITIVE = [] include Aws::Structure end |