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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


837
838
839
840
841
# File 'lib/aws-sdk-datasync/types.rb', line 837

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