Class: Aws::Pinpoint::Types::VoiceChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Provides information about the status and settings of the voice channel for an application.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier for the application that the voice channel applies to.

Returns:

  • (String)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#creation_dateString

The date and time, in ISO 8601 format, when the voice channel was enabled.

Returns:

  • (String)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#enabledBoolean

Specifies whether the voice channel is enabled for the application.

Returns:

  • (Boolean)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#has_credentialBoolean

(Not used) This property is retained only for backward compatibility.

Returns:

  • (Boolean)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#idString

(Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.

Returns:

  • (String)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#is_archivedBoolean

Specifies whether the voice channel is archived.

Returns:

  • (Boolean)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#last_modified_byString

The user who last modified the voice channel.

Returns:

  • (String)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#last_modified_dateString

The date and time, in ISO 8601 format, when the voice channel was last modified.

Returns:

  • (String)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#platformString

The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.

Returns:

  • (String)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#versionInteger

The current version of the voice channel.

Returns:

  • (Integer)


17157
17158
17159
17160
17161
17162
17163
17164
17165
17166
17167
17168
17169
# File 'lib/aws-sdk-pinpoint/types.rb', line 17157

class VoiceChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end