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
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.
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.
20294 20295 20296 20297 20298 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 20294 class VoiceChannelRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |