Class: Aws::Pinpoint::Types::VoiceChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VoiceChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass VoiceChannelRequest data as a hash:
{
enabled: false,
}
Specifies the status and settings of the voice channel for an application.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether to enable the voice channel for the application.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether to enable the voice channel for the application.
17101 17102 17103 17104 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 17101 class VoiceChannelRequest < Struct.new( :enabled) include Aws::Structure end |