You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::VoiceChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VoiceChannelResponse
- Defined in:
- (unknown)
Overview
Provides information about the status and settings of the voice channel for an application.
Returned by:
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.
#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. This property is retained only for backward compatibility.
#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. For the voice channel, this value is VOICE.
#version ⇒ Integer
The current version of the voice channel.