Class: Aws::PartnerCentralSelling::Types::CreateEngagementInvitationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateEngagementInvitationResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/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.
1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1026 class CreateEngagementInvitationResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier assigned to the newly created engagement invitation.
1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1026 class CreateEngagementInvitationResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |