Class: Aws::Connect::Types::GetCurrentUserDataResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::GetCurrentUserDataResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approximate_total_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total count of the result, regardless of the current page size.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 - 
  
    
      #user_data_list  ⇒ Array<Types::UserData> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the user data that is returned.
 
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total count of the result, regardless of the current page size.
      10041 10042 10043 10044 10045 10046 10047  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 10041 class GetCurrentUserDataResponse < Struct.new( :next_token, :user_data_list, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
      10041 10042 10043 10044 10045 10046 10047  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 10041 class GetCurrentUserDataResponse < Struct.new( :next_token, :user_data_list, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#user_data_list ⇒ Array<Types::UserData>
A list of the user data that is returned.
      10041 10042 10043 10044 10045 10046 10047  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 10041 class GetCurrentUserDataResponse < Struct.new( :next_token, :user_data_list, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  |