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.
1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1128 class CreateLocationS3Response < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |