Class: Aws::Types::EngagementInvitationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sender_aws_account_id])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def arn
  @arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def catalog
  @catalog
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


394
395
396
# File 'sig/types.rbs', line 394

def expiration_date
  @expiration_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def id
  @id
end

#invitation_date::Time

Returns the value of attribute invitation_date.

Returns:

  • (::Time)


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.

Returns:

  • ("SENDER", "RECEIVER")


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.

Returns:

  • ("OpportunityInvitation", "LeadInvitation")


388
389
390
# File 'sig/types.rbs', line 388

def payload_type
  @payload_type
end

#receiverTypes::Receiver

Returns the value of attribute receiver.

Returns:



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.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def 
  @sender_aws_account_id
end

#sender_company_name::String

Returns the value of attribute sender_company_name.

Returns:

  • (::String)


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.

Returns:

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


392
393
394
# File 'sig/types.rbs', line 392

def status
  @status
end