Class: Aws::PartnerCentralSelling::Types::GetEngagementInvitationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetEngagementInvitationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:sender_aws_account_id]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the engagement invitation.
-
#catalog ⇒ String
Indicates the catalog from which the engagement invitation details are retrieved.
-
#engagement_description ⇒ String
The description of the engagement associated with this invitation.
-
#engagement_id ⇒ String
The identifier of the engagement associated with this invitation.This ID links the invitation to its corresponding engagement.
-
#engagement_title ⇒ String
The title of the engagement invitation, summarizing the purpose or objectives of the opportunity shared by AWS.
-
#existing_members ⇒ Array<Types::EngagementMemberSummary>
A list of active members currently part of the Engagement.
-
#expiration_date ⇒ Time
Indicates the date on which the engagement invitation will expire if not accepted by the partner.
-
#id ⇒ String
Unique identifier assigned to the engagement invitation being retrieved.
-
#invitation_date ⇒ Time
The date when the engagement invitation was sent to the partner.
-
#invitation_message ⇒ String
The message sent to the invited partner when the invitation was created.
-
#payload ⇒ Types::Payload
Details of the engagement invitation payload, including specific data relevant to the invitation’s contents, such as customer information and opportunity insights.
-
#payload_type ⇒ String
The type of payload contained in the engagement invitation, indicating what data or context the payload covers.
-
#receiver ⇒ Types::Receiver
Information about the partner organization or team that received the engagement invitation, including contact details and identifiers.
-
#rejection_reason ⇒ String
If the engagement invitation was rejected, this field specifies the reason provided by the partner for the rejection.
-
#sender_aws_account_id ⇒ String
Specifies the AWS Account ID of the sender, which identifies the AWS team responsible for sharing the engagement invitation.
-
#sender_company_name ⇒ String
The name of the AWS organization or team that sent the engagement invitation.
-
#status ⇒ String
The current status of the engagement invitation.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the engagement invitation.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#catalog ⇒ String
Indicates the catalog from which the engagement invitation details are retrieved. This field helps in identifying the appropriate catalog (e.g., ‘AWS` or `Sandbox`) used in the request.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#engagement_description ⇒ String
The description of the engagement associated with this invitation.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#engagement_id ⇒ String
The identifier of the engagement associated with this invitation.This ID links the invitation to its corresponding engagement.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#engagement_title ⇒ String
The title of the engagement invitation, summarizing the purpose or objectives of the opportunity shared by AWS.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#existing_members ⇒ Array<Types::EngagementMemberSummary>
A list of active members currently part of the Engagement. This array contains a maximum of 10 members, each represented by an object with the following properties.
-
CompanyName: The name of the member’s company.
-
WebsiteUrl: The website URL of the member’s company.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#expiration_date ⇒ Time
Indicates the date on which the engagement invitation will expire if not accepted by the partner.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#id ⇒ String
Unique identifier assigned to the engagement invitation being retrieved.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#invitation_date ⇒ Time
The date when the engagement invitation was sent to the partner.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#invitation_message ⇒ String
The message sent to the invited partner when the invitation was created.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#payload ⇒ Types::Payload
Details of the engagement invitation payload, including specific data relevant to the invitation’s contents, such as customer information and opportunity insights.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#payload_type ⇒ String
The type of payload contained in the engagement invitation, indicating what data or context the payload covers.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#receiver ⇒ Types::Receiver
Information about the partner organization or team that received the engagement invitation, including contact details and identifiers.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#rejection_reason ⇒ String
If the engagement invitation was rejected, this field specifies the reason provided by the partner for the rejection.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#sender_aws_account_id ⇒ String
Specifies the AWS Account ID of the sender, which identifies the AWS team responsible for sharing the engagement invitation.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#sender_company_name ⇒ String
The name of the AWS organization or team that sent the engagement invitation.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |
#status ⇒ String
The current status of the engagement invitation.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1914 class GetEngagementInvitationResponse < Struct.new( :arn, :catalog, :engagement_description, :engagement_id, :engagement_title, :existing_members, :expiration_date, :id, :invitation_date, :invitation_message, :payload, :payload_type, :receiver, :rejection_reason, :sender_aws_account_id, :sender_company_name, :status) SENSITIVE = [:sender_aws_account_id] include Aws::Structure end |