Class: Aws::DataSync::Types::DescribeLocationHdfsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DescribeLocationHdfsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the HDFS location.
 
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the HDFS location.
      1968 1969 1970 1971 1972  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 1968 class DescribeLocationHdfsRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end  |