Class: Aws::DataSync::Types::DescribeLocationFsxLustreResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::DescribeLocationFsxLustreResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the FSx for Lustre location was created.
 - 
  
    
      #location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
 - 
  
    
      #location_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the FSx for Lustre location that was described.
 - 
  
    
      #security_group_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
 
Instance Attribute Details
#creation_time ⇒ Time
The time that the FSx for Lustre location was created.
      1791 1792 1793 1794 1795 1796 1797 1798  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 1791 class DescribeLocationFsxLustreResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
      1791 1792 1793 1794 1795 1796 1797 1798  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 1791 class DescribeLocationFsxLustreResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#location_uri ⇒ String
The URI of the FSx for Lustre location that was described.
      1791 1792 1793 1794 1795 1796 1797 1798  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 1791 class DescribeLocationFsxLustreResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#security_group_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
      1791 1792 1793 1794 1795 1796 1797 1798  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 1791 class DescribeLocationFsxLustreResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time) SENSITIVE = [] include Aws::Structure end  |