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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The volume which snapshot schedule to delete.

Returns:

  • (String)


2310
2311
2312
2313
2314
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2310

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