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’s created.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the source HDFS cluster location that’s created.
857 858 859 860 861 |
# File 'lib/aws-sdk-datasync/types.rb', line 857 class CreateLocationHdfsResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |