Class: Aws::DataSync::Types::CreateLocationFsxOpenZfsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::CreateLocationFsxOpenZfsResponse
 
 
- Defined in:
 - gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the FSx for OpenZFS file system location that you created.
 
Instance Attribute Details
#location_arn ⇒ String
The ARN of the FSx for OpenZFS file system location that you created.
      641 642 643 644 645  | 
    
      # File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 641 class CreateLocationFsxOpenZfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end  |