Class: Aws::PartnerCentralSelling::Types::CreateEngagementInvitationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that uniquely identifies the engagement invitation.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1053

class CreateEngagementInvitationResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Unique identifier assigned to the newly created engagement invitation.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1053

class CreateEngagementInvitationResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end