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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


2303
2304
2305
2306
2307
# File 'lib/aws-sdk-storagegateway/types.rb', line 2303

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