Class: Aws::PartnerCentralSelling::Types::EngagementInvitationSummary

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

Overview

Provides a summarized view of the Engagement Invitation, including details like the identifier, status, and sender. This summary helps partners track and manage AWS originated opportunities.

Constant Summary collapse

SENSITIVE =
[:sender_aws_account_id]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Engagement Invitation. The ARN is a unique identifier that allows partners to reference the invitation in their system and manage its lifecycle.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#catalogString

Specifies the catalog in which the Engagement Invitation resides. This can be either the ‘AWS` or `Sandbox` catalog, indicating whether the opportunity is live or being tested.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#engagement_idString

The identifier of the Engagement associated with this invitation. This links the invitation to its parent Engagement.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#engagement_titleString

Provides a short title or description of the Engagement Invitation. This title helps partners quickly identify and differentiate between multiple engagement opportunities.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#expiration_dateTime

Indicates the date and time when the Engagement Invitation will expire. After this date, the invitation can no longer be accepted, and the opportunity will be unavailable to the partner.

Returns:

  • (Time)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#idString

Represents the unique identifier of the Engagement Invitation. This identifier is used to track the invitation and to manage responses like acceptance or rejection.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#invitation_dateTime

Indicates the date when the Engagement Invitation was sent to the partner. This provides context for when the opportunity was shared and helps in tracking the timeline for engagement.

Returns:

  • (Time)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#participant_typeString

Identifies the role of the caller in the engagement invitation.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#payload_typeString

Describes the type of payload associated with the Engagement Invitation, such as ‘Opportunity` or `MarketplaceOffer`. This helps partners understand the nature of the engagement request from AWS.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#receiverTypes::Receiver

Specifies the partner company or individual that received the Engagement Invitation. This field is important for tracking who the invitation was sent to within the partner organization.

Returns:



1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#sender_aws_account_idString

Specifies the AWS account ID of the sender who initiated the Engagement Invitation. This allows the partner to identify the AWS entity or representative responsible for sharing the opportunity.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#sender_company_nameString

Indicates the name of the company or AWS division that sent the Engagement Invitation. This information is useful for partners to know which part of AWS is requesting engagement.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end

#statusString

Represents the current status of the Engagement Invitation, such as ‘Pending`, `Accepted`, or `Rejected`. The status helps track the progress and response to the invitation.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1582

class EngagementInvitationSummary < Struct.new(
  :arn,
  :payload_type,
  :id,
  :engagement_id,
  :engagement_title,
  :status,
  :invitation_date,
  :expiration_date,
  :sender_aws_account_id,
  :sender_company_name,
  :receiver,
  :catalog,
  :participant_type)
  SENSITIVE = [:sender_aws_account_id]
  include Aws::Structure
end