Class: Aws::Pinpoint::Types::GetVoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetVoiceChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/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.
7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7249 class GetVoiceChannelResponse < Struct.new( :voice_channel_response) SENSITIVE = [] include Aws::Structure end |