Class: Aws::Types::GetEngagementInvitationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sender_aws_account_id, :invitation_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def arn
  @arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def catalog
  @catalog
end

#engagement_description::String

Returns the value of attribute engagement_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def engagement_title
  @engagement_title
end

#enrichment_contextTypes::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.

Returns:



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.

Returns:

  • (::Time)


511
512
513
# File 'sig/types.rbs', line 511

def expiration_date
  @expiration_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def id
  @id
end

#invitation_date::Time

Returns the value of attribute invitation_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def invitation_message
  @invitation_message
end

#payloadTypes::Payload

Returns the value of attribute payload.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def payload
  @payload
end

#payload_type"OpportunityInvitation", "LeadInvitation"

Returns the value of attribute payload_type.

Returns:

  • ("OpportunityInvitation", "LeadInvitation")


505
506
507
# File 'sig/types.rbs', line 505

def payload_type
  @payload_type
end

#receiverTypes::Receiver

Returns the value of attribute receiver.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def receiver
  @receiver
end

#rejection_reason::String

Returns the value of attribute rejection_reason.

Returns:

  • (::String)


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.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def 
  @sender_aws_account_id
end

#sender_company_name::String

Returns the value of attribute sender_company_name.

Returns:

  • (::String)


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.

Returns:

  • ("ACCEPTED", "PENDING", "REJECTED", "EXPIRED")


509
510
511
# File 'sig/types.rbs', line 509

def status
  @status
end