Class: Aws::PartnerCentralChannel::Types::CreateRelationshipDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CreateRelationshipDetail
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created relationship.
-
#id ⇒ String
The unique identifier of the created relationship.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created relationship.
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 |
#id ⇒ String
The unique identifier of the created relationship.
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 |