You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::ChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier for the application.

Returns:

  • (String)

    The unique identifier for the application.

#creation_dateString

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

Returns:

  • (String)

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

#enabledBoolean

Specifies whether the channel is enabled for the application.

Returns:

  • (Boolean)

    Specifies whether the channel is enabled for the application.

#has_credentialBoolean

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

Returns:

  • (Boolean)

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

#idString

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

Returns:

  • (String)

    (Deprecated) An identifier for the channel.

#is_archivedBoolean

Specifies whether the channel is archived.

Returns:

  • (Boolean)

    Specifies whether the channel is archived.

#last_modified_byString

The user who last modified the channel.

Returns:

  • (String)

    The user who last modified the channel.

#last_modified_dateString

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

Returns:

  • (String)

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

#versionInteger

The current version of the channel.

Returns:

  • (Integer)

    The current version of the channel.