Class: Aws::StorageGateway::Types::DeleteSnapshotScheduleInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Note:

When making an API call, you may pass DeleteSnapshotScheduleInput data as a hash:

{
  volume_arn: "VolumeARN", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The volume which snapshot schedule to delete.

Returns:

  • (String)


2425
2426
2427
2428
2429
# File 'lib/aws-sdk-storagegateway/types.rb', line 2425

class DeleteSnapshotScheduleInput < Struct.new(
  :volume_arn)
  SENSITIVE = []
  include Aws::Structure
end