Class: Aws::Omics::Types::DeleteShareRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Omics::Types::DeleteShareRequest
 
 
- Defined in:
 - gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #share_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID for the resource share to be deleted.
 
Instance Attribute Details
#share_id ⇒ String
The ID for the resource share to be deleted.
      2039 2040 2041 2042 2043  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2039 class DeleteShareRequest < Struct.new( :share_id) SENSITIVE = [] include Aws::Structure end  |