Class: Aws::DataSync::Types::CreateLocationS3Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationS3Response
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
CreateLocationS3Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
Instance Attribute Details
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1007 class CreateLocationS3Response < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |