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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/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)


698
699
700
701
702
703
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 698

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

#idString

Unique identifier assigned to the newly created engagement invitation.

Returns:

  • (String)


698
699
700
701
702
703
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 698

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