Class: Aws::StorageGateway::Types::DeleteSnapshotScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteSnapshotScheduleOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_arn ⇒ String
The volume which snapshot schedule was deleted.
Instance Attribute Details
#volume_arn ⇒ String
The volume which snapshot schedule was deleted.
2424 2425 2426 2427 2428 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2424 class DeleteSnapshotScheduleOutput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |