Class: Aws::Pinpoint::Types::UpdateEndpointsBatchResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_bodyTypes::MessageBody

Provides information about an API request or response.

Returns:



12656
12657
12658
12659
12660
# File 'lib/aws-sdk-pinpoint/types.rb', line 12656

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