Class: Aws::DataSync::Types::DescribeLocationS3Request

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

DescribeLocationS3Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The Amazon Resource Name (ARN) of the Amazon S3 bucket location to describe.

Returns:

  • (String)


2148
2149
2150
2151
2152
# File 'lib/aws-sdk-datasync/types.rb', line 2148

class DescribeLocationS3Request < Struct.new(
  :location_arn)
  SENSITIVE = []
  include Aws::Structure
end