Class: Aws::DataSync::Types::DescribeLocationNfsRequest

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

Overview

DescribeLocationNfsRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the NFS location that you want information about.

Returns:

  • (String)


2062
2063
2064
2065
2066
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2062

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