Class: Aws::Pinpoint::Types::VoiceChannelRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Specifies whether to enable the voice channel for the application.

Returns:

  • (Boolean)


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