Class: Aws::Types::EngagementInvitationSummary
- Inherits:
-
Object
- Object
- Aws::Types::EngagementInvitationSummary
- 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_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#engagement_title ⇒ ::String
Returns the value of attribute engagement_title.
-
#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.
-
#participant_type ⇒ "SENDER", "RECEIVER"
Returns the value of attribute participant_type.
-
#payload_type ⇒ "OpportunityInvitation", "LeadInvitation"
Returns the value of attribute payload_type.
-
#receiver ⇒ Types::Receiver
Returns the value of attribute receiver.
-
#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.
387 388 389 |
# File 'sig/types.rbs', line 387 def arn @arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
398 399 400 |
# File 'sig/types.rbs', line 398 def catalog @catalog end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
390 391 392 |
# File 'sig/types.rbs', line 390 def engagement_id @engagement_id end |
#engagement_title ⇒ ::String
Returns the value of attribute engagement_title.
391 392 393 |
# File 'sig/types.rbs', line 391 def engagement_title @engagement_title end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
394 395 396 |
# File 'sig/types.rbs', line 394 def expiration_date @expiration_date end |
#id ⇒ ::String
Returns the value of attribute id.
389 390 391 |
# File 'sig/types.rbs', line 389 def id @id end |
#invitation_date ⇒ ::Time
Returns the value of attribute invitation_date.
393 394 395 |
# File 'sig/types.rbs', line 393 def invitation_date @invitation_date end |
#participant_type ⇒ "SENDER", "RECEIVER"
Returns the value of attribute participant_type.
399 400 401 |
# File 'sig/types.rbs', line 399 def participant_type @participant_type end |
#payload_type ⇒ "OpportunityInvitation", "LeadInvitation"
Returns the value of attribute payload_type.
388 389 390 |
# File 'sig/types.rbs', line 388 def payload_type @payload_type end |
#receiver ⇒ Types::Receiver
Returns the value of attribute receiver.
397 398 399 |
# File 'sig/types.rbs', line 397 def receiver @receiver end |
#sender_aws_account_id ⇒ ::String
Returns the value of attribute sender_aws_account_id.
395 396 397 |
# File 'sig/types.rbs', line 395 def sender_aws_account_id @sender_aws_account_id end |
#sender_company_name ⇒ ::String
Returns the value of attribute sender_company_name.
396 397 398 |
# File 'sig/types.rbs', line 396 def sender_company_name @sender_company_name end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
392 393 394 |
# File 'sig/types.rbs', line 392 def status @status end |