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.
1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-datasync/types.rb', line 1503 class DeleteLocationRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |