Class: Aws::Types::GetEngagementInvitationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEngagementInvitationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#engagement_description ⇒ ::String
Returns the value of attribute engagement_description.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#engagement_title ⇒ ::String
Returns the value of attribute engagement_title.
-
#enrichment_context ⇒ Types::EnrichmentContext
Returns the value of attribute enrichment_context.
-
#existing_members ⇒ ::Array[Types::EngagementMemberSummary]
Returns the value of attribute existing_members.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#invitation_date ⇒ ::Time
Returns the value of attribute invitation_date.
-
#invitation_message ⇒ ::String
Returns the value of attribute invitation_message.
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
-
#payload_type ⇒ "OpportunityInvitation", "LeadInvitation"
Returns the value of attribute payload_type.
-
#receiver ⇒ Types::Receiver
Returns the value of attribute receiver.
-
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
-
#sender_aws_account_id ⇒ ::String
Returns the value of attribute sender_aws_account_id.
-
#sender_company_name ⇒ ::String
Returns the value of attribute sender_company_name.
-
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
504 505 506 |
# File 'sig/types.rbs', line 504 def arn @arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
515 516 517 |
# File 'sig/types.rbs', line 515 def catalog @catalog end |
#engagement_description ⇒ ::String
Returns the value of attribute engagement_description.
519 520 521 |
# File 'sig/types.rbs', line 519 def engagement_description @engagement_description end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def engagement_id @engagement_id end |
#engagement_title ⇒ ::String
Returns the value of attribute engagement_title.
508 509 510 |
# File 'sig/types.rbs', line 508 def engagement_title @engagement_title end |
#enrichment_context ⇒ Types::EnrichmentContext
Returns the value of attribute enrichment_context.
521 522 523 |
# File 'sig/types.rbs', line 521 def enrichment_context @enrichment_context end |
#existing_members ⇒ ::Array[Types::EngagementMemberSummary]
Returns the value of attribute existing_members.
520 521 522 |
# File 'sig/types.rbs', line 520 def existing_members @existing_members end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
511 512 513 |
# File 'sig/types.rbs', line 511 def expiration_date @expiration_date end |
#id ⇒ ::String
Returns the value of attribute id.
506 507 508 |
# File 'sig/types.rbs', line 506 def id @id end |
#invitation_date ⇒ ::Time
Returns the value of attribute invitation_date.
510 511 512 |
# File 'sig/types.rbs', line 510 def invitation_date @invitation_date end |
#invitation_message ⇒ ::String
Returns the value of attribute invitation_message.
518 519 520 |
# File 'sig/types.rbs', line 518 def @invitation_message end |
#payload ⇒ Types::Payload
Returns the value of attribute payload.
517 518 519 |
# File 'sig/types.rbs', line 517 def payload @payload end |
#payload_type ⇒ "OpportunityInvitation", "LeadInvitation"
Returns the value of attribute payload_type.
505 506 507 |
# File 'sig/types.rbs', line 505 def payload_type @payload_type end |
#receiver ⇒ Types::Receiver
Returns the value of attribute receiver.
514 515 516 |
# File 'sig/types.rbs', line 514 def receiver @receiver end |
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
516 517 518 |
# File 'sig/types.rbs', line 516 def rejection_reason @rejection_reason end |
#sender_aws_account_id ⇒ ::String
Returns the value of attribute sender_aws_account_id.
512 513 514 |
# File 'sig/types.rbs', line 512 def sender_aws_account_id @sender_aws_account_id end |
#sender_company_name ⇒ ::String
Returns the value of attribute sender_company_name.
513 514 515 |
# File 'sig/types.rbs', line 513 def sender_company_name @sender_company_name end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
509 510 511 |
# File 'sig/types.rbs', line 509 def status @status end |