Class: Aws::PartnerCentralAccount::Types::AcceptConnectionInvitationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The details of the accepted connection between the two partners.

Returns:



45
46
47
48
49
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 45

class AcceptConnectionInvitationResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end