Class: Aws::PartnerCentralAccount::Types::AcceptConnectionInvitationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::AcceptConnectionInvitationResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The details of the accepted connection between the two partners.
Instance Attribute Details
#connection ⇒ Types::Connection
The details of the accepted connection between the two partners.
45 46 47 48 49 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 45 class AcceptConnectionInvitationResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |