Class: Aws::PartnerCentralChannel::Types::GetRelationshipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::GetRelationshipResponse
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relationship_detail ⇒ Types::RelationshipDetail
Details of the requested relationship.
Instance Attribute Details
#relationship_detail ⇒ Types::RelationshipDetail
Details of the requested relationship.
599 600 601 602 603 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 599 class GetRelationshipResponse < Struct.new( :relationship_detail) SENSITIVE = [] include Aws::Structure end |