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)


1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1024

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

#idString

Unique identifier assigned to the newly created engagement invitation.

Returns:

  • (String)


1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1024

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