Class: Aws::DataSync::Types::DescribeLocationNfsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DescribeLocationNfsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
DescribeLocationNfsResponse
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the NFS location was created.
 - 
  
    
      #location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the NFS location.
 - 
  
    
      #location_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the NFS location.
 - 
  
    
      #mount_options  ⇒ Types::NfsMountOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The mount options that DataSync uses to mount your NFS file server.
 - 
  
    
      #on_prem_config  ⇒ Types::OnPremConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DataSync agents that are connecting to a Network File System (NFS) location.
 
Instance Attribute Details
#creation_time ⇒ Time
The time when the NFS location was created.
      2090 2091 2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2090 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#location_arn ⇒ String
The ARN of the NFS location.
      2090 2091 2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2090 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#location_uri ⇒ String
The URI of the NFS location.
      2090 2091 2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2090 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#mount_options ⇒ Types::NfsMountOptions
The mount options that DataSync uses to mount your NFS file server.
      2090 2091 2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2090 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#on_prem_config ⇒ Types::OnPremConfig
The DataSync agents that are connecting to a Network File System (NFS) location.
      2090 2091 2092 2093 2094 2095 2096 2097 2098  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 2090 class DescribeLocationNfsResponse < Struct.new( :location_arn, :location_uri, :on_prem_config, :mount_options, :creation_time) SENSITIVE = [] include Aws::Structure end  |