Class: Aws::PartnerCentralChannel::Types::CreateRelationshipDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb

Overview

Contains details about a newly created relationship.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created relationship.

Returns:

  • (String)


422
423
424
425
426
427
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 422

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

#idString

The unique identifier of the created relationship.

Returns:

  • (String)


422
423
424
425
426
427
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 422

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