Class: Aws::Pinpoint::Types::DeleteVoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteVoiceChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_channel_response ⇒ Types::VoiceChannelResponse
Provides information about the status and settings of the voice channel for an application.
Instance Attribute Details
#voice_channel_response ⇒ Types::VoiceChannelResponse
Provides information about the status and settings of the voice channel for an application.
4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4020 class DeleteVoiceChannelResponse < Struct.new( :voice_channel_response) SENSITIVE = [] include Aws::Structure end |