Class: Aws::Pinpoint::Types::GetSmsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSmsChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
7426 7427 7428 7429 7430 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7426 class GetSmsChannelResponse < Struct.new( :sms_channel_response) SENSITIVE = [] include Aws::Structure end |