Class: Aws::Pinpoint::Types::UpdateEndpointsBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEndpointsBatchResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#message_body ⇒ Types::MessageBody
Simple message object.
Instance Attribute Details
#message_body ⇒ Types::MessageBody
Simple message object.
4838 4839 4840 4841 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4838 class UpdateEndpointsBatchResponse < Struct.new( :message_body) include Aws::Structure end |