Class: Aws::PartnerCentralChannel::Types::UpdateRelationshipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::UpdateRelationshipResponse
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relationship_detail ⇒ Types::UpdateRelationshipDetail
Details of the updated relationship.
Instance Attribute Details
#relationship_detail ⇒ Types::UpdateRelationshipDetail
Details of the updated relationship.
1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1847 class UpdateRelationshipResponse < Struct.new( :relationship_detail) SENSITIVE = [] include Aws::Structure end |