Class: Aws::DataSync::Types::DeleteLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DeleteLocationRequest
- Defined in:
- gems/aws-sdk-datasync/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.
1578 1579 1580 1581 1582 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1578 class DeleteLocationRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |