Class: Aws::DataSync::Types::CreateLocationEfsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

CreateLocationEfs

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The Amazon Resource Name (ARN) of the Amazon EFS file system location that you create.

Returns:

  • (String)


464
465
466
467
468
# File 'lib/aws-sdk-datasync/types.rb', line 464

class CreateLocationEfsResponse < Struct.new(
  :location_arn)
  SENSITIVE = []
  include Aws::Structure
end