Class: Aws::Pinpoint::Types::DeleteSmsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteSmsChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#sms_channel_response ⇒ Types::SMSChannelResponse
SMS Channel Response.
Instance Attribute Details
#sms_channel_response ⇒ Types::SMSChannelResponse
SMS Channel Response.
1404 1405 1406 1407 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1404 class DeleteSmsChannelResponse < Struct.new( :sms_channel_response) include Aws::Structure end |