Class: Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
Success indicator for deleting the media file.
Instance Attribute Details
#success ⇒ Boolean
Success indicator for deleting the media file.
228 229 230 231 232 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 228 class DeleteWhatsAppMessageMediaOutput < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |