Class: Aws::Pinpoint::Types::UpdateEndpointsBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEndpointsBatchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#endpoint_batch_request ⇒ Types::EndpointBatchRequest
Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.
Instance Attribute Details
#application_id ⇒ String
12642 12643 12644 12645 12646 12647 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12642 class UpdateEndpointsBatchRequest < Struct.new( :application_id, :endpoint_batch_request) SENSITIVE = [] include Aws::Structure end |
#endpoint_batch_request ⇒ Types::EndpointBatchRequest
Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.
12642 12643 12644 12645 12646 12647 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12642 class UpdateEndpointsBatchRequest < Struct.new( :application_id, :endpoint_batch_request) SENSITIVE = [] include Aws::Structure end |