Class: Aws::Types::Payload
- Inherits:
-
Object
- Object
- Aws::Types::Payload
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: LeadInvitation, OpportunityInvitation, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lead_invitation ⇒ Types::LeadInvitationPayload
Returns the value of attribute lead_invitation.
-
#opportunity_invitation ⇒ Types::OpportunityInvitationPayload
Returns the value of attribute opportunity_invitation.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#lead_invitation ⇒ Types::LeadInvitationPayload
Returns the value of attribute lead_invitation.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def lead_invitation @lead_invitation end |
#opportunity_invitation ⇒ Types::OpportunityInvitationPayload
Returns the value of attribute opportunity_invitation.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def opportunity_invitation @opportunity_invitation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def unknown @unknown end |