Class: Aws::Omics::Types::AcceptShareResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Omics::Types::AcceptShareResponse
 
 
- Defined in:
 - gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the resource share.
 
Instance Attribute Details
#status ⇒ String
The status of the resource share.
      53 54 55 56 57  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 53 class AcceptShareResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |