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)


13271
13272
13273
13274
13275
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13271

class VoiceChannelRequest < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end