Class: Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DeleteWhatsAppMessageMediaOutput
- Defined in:
- gems/aws-sdk-socialmessaging/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.
109 110 111 112 113 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 109 class DeleteWhatsAppMessageMediaOutput < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |