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:



739
740
741
742
743
744
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 739

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)


739
740
741
742
743
744
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 739

class ConnectionTypeSummary < Struct.new(
  :status,
  :other_participant)
  SENSITIVE = []
  include Aws::Structure
end