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)


869
870
871
872
873
# File 'lib/aws-sdk-datasync/types.rb', line 869

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