Class: Aws::DataSync::Types::CreateLocationHdfsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationHdfsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The ARN of the source HDFS cluster location that you create.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the source HDFS cluster location that you create.
879 880 881 882 883 |
# File 'lib/aws-sdk-datasync/types.rb', line 879 class CreateLocationHdfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |