Class: Aws::PartnerCentralAccount::Types::ConnectionTypeSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#other_participantTypes::Participant

Information about the other participant in this connection type.

Returns:



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

#statusString

The current status of this connection type (active, canceled, etc.).

Returns:

  • (String)


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