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