Class: Aws::StorageGateway::Types::DeleteSnapshotScheduleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteSnapshotScheduleInput
- 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 to delete.
Instance Attribute Details
#volume_arn ⇒ String
The volume which snapshot schedule to delete.
2412 2413 2414 2415 2416 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2412 class DeleteSnapshotScheduleInput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |