Class: Aws::PartnerCentralSelling::Types::Contact
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PartnerCentralSelling::Types::Contact
 
 
- Defined in:
 - gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
 
Overview
An object that contains a Customer Partner's contact details.
Constant Summary collapse
- SENSITIVE =
 [:email, :first_name, :last_name, :business_title, :phone]
Instance Attribute Summary collapse
- 
  
    
      #business_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The partner contact's title (job title or role) associated with the
Opportunity. - 
  
    
      #email  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact's email address associated with the
Opportunity. - 
  
    
      #first_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact's first name associated with the
Opportunity. - 
  
    
      #last_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact's last name associated with the
Opportunity. - 
  
    
      #phone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contact's phone number associated with the
Opportunity. 
Instance Attribute Details
#business_title ⇒ String
The partner contact's title (job title or role) associated with the
Opportunity. BusinessTitle supports either
PartnerAccountManager or OpportunityOwner.
      635 636 637 638 639 640 641 642 643  | 
    
      # File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 635 class Contact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end  | 
  
#email ⇒ String
The contact's email address associated with the Opportunity.
      635 636 637 638 639 640 641 642 643  | 
    
      # File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 635 class Contact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end  | 
  
#first_name ⇒ String
The contact's first name associated with the Opportunity.
      635 636 637 638 639 640 641 642 643  | 
    
      # File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 635 class Contact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end  | 
  
#last_name ⇒ String
The contact's last name associated with the Opportunity.
      635 636 637 638 639 640 641 642 643  | 
    
      # File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 635 class Contact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end  | 
  
#phone ⇒ String
The contact's phone number associated with the Opportunity.
      635 636 637 638 639 640 641 642 643  | 
    
      # File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 635 class Contact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end  |