Class: Aws::PartnerCentralAccount::Types::PutAllianceLeadContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::PutAllianceLeadContactRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email_verification_code]
Instance Attribute Summary collapse
-
#alliance_lead_contact ⇒ Types::AllianceLeadContact
The alliance lead contact information to set for the partner account.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#email_verification_code ⇒ String
The verification code sent to the alliance lead contact's email to confirm the update.
-
#identifier ⇒ String
The unique identifier of the partner account.
Instance Attribute Details
#alliance_lead_contact ⇒ Types::AllianceLeadContact
The alliance lead contact information to set for the partner account.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1964 class PutAllianceLeadContactRequest < Struct.new( :catalog, :identifier, :alliance_lead_contact, :email_verification_code) SENSITIVE = [:email_verification_code] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1964 class PutAllianceLeadContactRequest < Struct.new( :catalog, :identifier, :alliance_lead_contact, :email_verification_code) SENSITIVE = [:email_verification_code] include Aws::Structure end |
#email_verification_code ⇒ String
The verification code sent to the alliance lead contact's email to confirm the update.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1964 class PutAllianceLeadContactRequest < Struct.new( :catalog, :identifier, :alliance_lead_contact, :email_verification_code) SENSITIVE = [:email_verification_code] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the partner account.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1964 class PutAllianceLeadContactRequest < Struct.new( :catalog, :identifier, :alliance_lead_contact, :email_verification_code) SENSITIVE = [:email_verification_code] include Aws::Structure end |