Class: Aws::Pinpoint::Types::GetVoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetVoiceChannelResponse
- 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.
7507 7508 7509 7510 7511 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7507 class GetVoiceChannelResponse < Struct.new( :voice_channel_response) SENSITIVE = [] include Aws::Structure end |