Class: Aws::DataSync::Types::DescribeLocationNfsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationNfsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationNfsRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the NFS location that you want information about.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the NFS location that you want information about.
2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-datasync/types.rb', line 2142 class DescribeLocationNfsRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |