Class: Aws::DataSync::Types::CreateLocationS3Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationS3Response
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
CreateLocationS3Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The ARN of the S3 location that you created.
Instance Attribute Details
#location_arn ⇒ String
The ARN of the S3 location that you created.
1168 1169 1170 1171 1172 |
# File 'lib/aws-sdk-datasync/types.rb', line 1168 class CreateLocationS3Response < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |