Class: Aws::Pinpoint::Types::VoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VoiceChannelResponse
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the voice channel applies to.
-
#creation_date ⇒ String
The date and time, in ISO 8601 format, when the voice channel was enabled.
-
#enabled ⇒ Boolean
Specifies whether the voice channel is enabled for the application.
-
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
-
#id ⇒ String
(Deprecated) An identifier for the voice channel.
-
#is_archived ⇒ Boolean
Specifies whether the voice channel is archived.
-
#last_modified_by ⇒ String
The user who last modified the voice channel.
-
#last_modified_date ⇒ String
The date and time, in ISO 8601 format, when the voice channel was last modified.
-
#platform ⇒ String
The type of messaging or notification platform for the channel.
-
#version ⇒ Integer
The current version of the voice channel.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the voice channel applies to.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ String
The date and time, in ISO 8601 format, when the voice channel was enabled.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether the voice channel is enabled for the application.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
(Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#is_archived ⇒ Boolean
Specifies whether the voice channel is archived.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The user who last modified the voice channel.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The date and time, in ISO 8601 format, when the voice channel was last modified.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The current version of the voice channel.
13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13327 class VoiceChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |