Class: Aws::DataSync::Types::DescribeLocationEfsRequest

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

Overview

DescribeLocationEfsRequest

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 want information about.

Returns:

  • (String)


1707
1708
1709
1710
1711
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1707

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