Class: Aws::DataSync::Types::CreateLocationFsxLustreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxLustreResponse
- 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 Amazon Resource Name (ARN) of the FSx for Lustre file system location that's created.
Instance Attribute Details
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the FSx for Lustre file system location that's created.
523 524 525 526 527 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 523 class CreateLocationFsxLustreResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |