Class: Aws::Pinpoint::Types::GetSmsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSmsChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetSmsChannelRequest data as a hash:
{
application_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
3029 3030 3031 3032 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3029 class GetSmsChannelRequest < Struct.new( :application_id) include Aws::Structure end |