Class: Aws::DataSync::Types::CreateLocationObjectStorageResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataSync::Types::CreateLocationObjectStorageResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
CreateLocationObjectStorageResponse
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the ARN of the object storage system location that you create. 
Instance Attribute Details
#location_arn ⇒ String
Specifies the ARN of the object storage system location that you create.
| 1059 1060 1061 1062 1063 | # File 'lib/aws-sdk-datasync/types.rb', line 1059 class CreateLocationObjectStorageResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |