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.
2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2580 class DeleteSnapshotScheduleInput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |