Class: Aws::Pinpoint::Types::EndpointsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::EndpointsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Provides information about all the endpoints that are associated with a user ID.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #item  ⇒ Array<Types::EndpointResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of responses, one for each endpoint that’s associated with the user ID.
 
Instance Attribute Details
#item ⇒ Array<Types::EndpointResponse>
An array of responses, one for each endpoint that’s associated with the user ID.
      5187 5188 5189 5190 5191  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 5187 class EndpointsResponse < Struct.new( :item) SENSITIVE = [] include Aws::Structure end  |