Class: Aws::DataSync::Types::DescribeLocationS3Request
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataSync::Types::DescribeLocationS3Request
 
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationS3Request
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #location_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the Amazon Resource Name (ARN) of the Amazon S3 location. 
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the Amazon S3 location.
| 2351 2352 2353 2354 2355 | # File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2351 class DescribeLocationS3Request < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |