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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


1446
1447
1448
1449
1450
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1446

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