Class: Aws::Pinpoint::Types::ADMChannelResponse

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

Overview

Amazon Device Messaging channel definition.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application to which the channel applies.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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 when this channel was created.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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

Indicates whether or not the channel is enabled for sending messages.

Returns:

  • (Boolean)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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. Retained for backwards compatibility.

Returns:

  • (Boolean)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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 channel. Retained for backwards compatibility.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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

Indicates whether or not the channel is archived.

Returns:

  • (Boolean)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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 updated this channel.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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 when this channel was last modified.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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 platform type. For this channel, the value is always “ADM.”

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

class ADMChannelResponse < 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 channel version.

Returns:

  • (Integer)


92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/aws-sdk-pinpoint/types.rb', line 92

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