Class: Aws::PartnerCentralChannel::Types::CreateRelationshipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CreateRelationshipResponse
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relationship_detail ⇒ Types::CreateRelationshipDetail
Details of the created relationship.
Instance Attribute Details
#relationship_detail ⇒ Types::CreateRelationshipDetail
Details of the created relationship.
498 499 500 501 502 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 498 class CreateRelationshipResponse < Struct.new( :relationship_detail) SENSITIVE = [] include Aws::Structure end |