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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier for the application.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateString

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

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Specifies whether the channel is enabled for the application.

Returns:

  • (Boolean)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#has_credentialBoolean

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

Returns:

  • (Boolean)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#is_archivedBoolean

Specifies whether the channel is archived.

Returns:

  • (Boolean)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The user who last modified the channel.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateString

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

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The current version of the channel.

Returns:

  • (Integer)


2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2500

class ChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :has_credential,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end