Class: Aws::WellArchitected::Types::UpdateShareInvitationInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::UpdateShareInvitationInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Input for Update Share Invitation
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #share_invitation_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Share invitation action taken by contributor.
 - 
  
    
      #share_invitation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the share invitation.
 
Instance Attribute Details
#share_invitation_action ⇒ String
Share invitation action taken by contributor.
      6056 6057 6058 6059 6060 6061  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6056 class UpdateShareInvitationInput < Struct.new( :share_invitation_id, :share_invitation_action) SENSITIVE = [] include Aws::Structure end  | 
  
#share_invitation_id ⇒ String
The ID assigned to the share invitation.
      6056 6057 6058 6059 6060 6061  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6056 class UpdateShareInvitationInput < Struct.new( :share_invitation_id, :share_invitation_action) SENSITIVE = [] include Aws::Structure end  |