Class: Aws::Pinpoint::Types::VoiceChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VoiceChannelRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the status and settings of the voice channel for an application.
Constant Summary collapse
- SENSITIVE =
[]
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.
12687 12688 12689 12690 12691 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12687 class VoiceChannelRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |