Class: Aws::PartnerCentralSelling::Types::CreateEngagementInvitationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateEngagementInvitationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.
-
#id ⇒ String
Unique identifier assigned to the newly created engagement invitation.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.
698 699 700 701 702 703 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 698 class CreateEngagementInvitationResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier assigned to the newly created engagement invitation.
698 699 700 701 702 703 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 698 class CreateEngagementInvitationResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |