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)


2592
2593
2594
2595
2596
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2592

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