Class: Aws::StorageGateway::Types::DeleteSnapshotScheduleOutput

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 was deleted.

Returns:

  • (String)


2322
2323
2324
2325
2326
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2322

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