Class: Aws::PartnerCentralAccount::Types::GetConnectionInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetConnectionInvitationRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier where the connection invitation exists.
-
#identifier ⇒ String
The unique identifier of the connection invitation to retrieve.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier where the connection invitation exists.
1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1101 class GetConnectionInvitationRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the connection invitation to retrieve.
1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1101 class GetConnectionInvitationRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |