Class: Aws::PartnerCentralAccount::Types::ConnectionTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ConnectionTypeSummary
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Summary information about a specific connection type between partners.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#other_participant ⇒ Types::Participant
Information about the other participant in this connection type.
-
#status ⇒ String
The current status of this connection type (active, canceled, etc.).
Instance Attribute Details
#other_participant ⇒ Types::Participant
Information about the other participant in this connection type.
726 727 728 729 730 731 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 726 class ConnectionTypeSummary < Struct.new( :status, :other_participant) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of this connection type (active, canceled, etc.).
726 727 728 729 730 731 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 726 class ConnectionTypeSummary < Struct.new( :status, :other_participant) SENSITIVE = [] include Aws::Structure end |