Class: Aws::DataSync::Types::DescribeLocationHdfsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the HDFS location.

Returns:

  • (String)


1971
1972
1973
1974
1975
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1971

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