Class: Aws::Pinpoint::Types::EndpointBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EndpointBatchRequest
- Includes:
- Structure
- Defined in:
- 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
-
#item ⇒ Array<Types::EndpointBatchItem>
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change.
Instance Attribute Details
#item ⇒ Array<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.
4682 4683 4684 4685 4686 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4682 class EndpointBatchRequest < Struct.new( :item) SENSITIVE = [] include Aws::Structure end |