Class: Aws::DataSync::Types::DeleteLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DeleteLocationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DeleteLocation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the location to delete.
Instance Attribute Details
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the location to delete.
1446 1447 1448 1449 1450 |
# File 'lib/aws-sdk-datasync/types.rb', line 1446 class DeleteLocationRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |