Class: Aws::Pinpoint::Types::EndpointBatchRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::EndpointBatchItem>

An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.

Returns:



4659
4660
4661
4662
4663
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4659

class EndpointBatchRequest < Struct.new(
  :item)
  SENSITIVE = []
  include Aws::Structure
end