Class: Aws::Pinpoint::Types::UpdateEndpointsBatchRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


12589
12590
12591
12592
12593
12594
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12589

class UpdateEndpointsBatchRequest < Struct.new(
  :application_id,
  :endpoint_batch_request)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_batch_requestTypes::EndpointBatchRequest

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



12589
12590
12591
12592
12593
12594
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12589

class UpdateEndpointsBatchRequest < Struct.new(
  :application_id,
  :endpoint_batch_request)
  SENSITIVE = []
  include Aws::Structure
end