Class: Aws::DataSync::Types::CreateLocationHdfsResponse

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

The ARN of the source HDFS cluster location that's created.

Returns:

  • (String)


857
858
859
860
861
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 857

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