Class: Aws::Pinpoint::Types::GetSmsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSmsChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#sms_channel_response ⇒ Types::SMSChannelResponse
Provides information about the status and settings of the SMS channel for an application.
Instance Attribute Details
#sms_channel_response ⇒ Types::SMSChannelResponse
Provides information about the status and settings of the SMS channel for an application.
9323 9324 9325 9326 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9323 class GetSmsChannelResponse < Struct.new( :sms_channel_response) include Aws::Structure end |