Class: Aws::Pinpoint::Types::VoiceChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VoiceChannelRequest
- Includes:
- Structure
- Defined in:
- 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.
13270 13271 13272 13273 13274 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13270 class VoiceChannelRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |