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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#message_bodyTypes::MessageBody

Simple message object.

Returns:



9994
9995
9996
9997
# File 'lib/aws-sdk-pinpoint/types.rb', line 9994

class UpdateEndpointsBatchResponse < Struct.new(
  :message_body)
  include Aws::Structure
end