Class: Aws::Pinpoint::Types::EmailChannelResponse

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

Overview

Email Channel Response.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique ID of the application to which the email channel belongs.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#creation_dateString

The date that the settings were last updated in ISO 8601 format.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#enabledBoolean

If the channel is enabled for sending messages.

Returns:

  • (Boolean)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#from_addressString

The email address used to send emails from.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#idString

Channel ID. Not used, only for backwards compatibility.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#identityString

The ARN of an identity verified with SES.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#is_archivedBoolean

Is this channel archived

Returns:

  • (Boolean)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#last_modified_byString

Who last updated this entry

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#last_modified_dateString

Last date this was updated

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#platformString

Platform type. Will be “EMAIL”

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#role_arnString

The ARN of an IAM Role used to submit events to Mobile Analytics’ event ingestion service

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end

#versionInteger

Version of channel

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
# File 'lib/aws-sdk-pinpoint/types.rb', line 1603

class EmailChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :from_address,
  :id,
  :identity,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :role_arn,
  :version)
  include Aws::Structure
end