Class: Aws::DataSync::Types::DeleteLocationRequest

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

Overview

DeleteLocation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The Amazon Resource Name (ARN) of the location to delete.

Returns:

  • (String)


1449
1450
1451
1452
1453
# File 'lib/aws-sdk-datasync/types.rb', line 1449

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