Class: Aws::PartnerCentralAccount::Types::CreateConnectionInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::CreateConnectionInvitationRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier where the connection invitation will be created.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#connection_type ⇒ String
The type of connection being requested (e.g., reseller, distributor, technology partner).
-
#email ⇒ String
The email address of the person to send the connection invitation to.
-
#message ⇒ String
A custom message to include with the connection invitation.
-
#name ⇒ String
The name of the person sending the connection invitation.
-
#receiver_identifier ⇒ String
The identifier of the organization or partner to invite for connection.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier where the connection invitation will be created.
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |
#connection_type ⇒ String
The type of connection being requested (e.g., reseller, distributor, technology partner).
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |
#email ⇒ String
The email address of the person to send the connection invitation to.
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |
#message ⇒ String
A custom message to include with the connection invitation.
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the person sending the connection invitation.
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |
#receiver_identifier ⇒ String
The identifier of the organization or partner to invite for connection.
771 772 773 774 775 776 777 778 779 780 781 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 771 class CreateConnectionInvitationRequest < Struct.new( :catalog, :client_token, :connection_type, :email, :message, :name, :receiver_identifier) SENSITIVE = [:name] include Aws::Structure end |