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.
1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-datasync/types.rb', line 1866 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.
1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-datasync/types.rb', line 1866 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.
1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-datasync/types.rb', line 1866 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.
1866 1867 1868 1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-datasync/types.rb', line 1866 class DescribeLocationFsxLustreResponse < Struct.new( :location_arn, :location_uri, :security_group_arns, :creation_time) SENSITIVE = [] include Aws::Structure end |