Class: Aws::Pinpoint::Types::DeleteVoiceChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteVoiceChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4007 class DeleteVoiceChannelRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |