Class: Aws::Pinpoint::Types::UpdateEndpointResponse

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:



9918
9919
9920
9921
# File 'lib/aws-sdk-pinpoint/types.rb', line 9918

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