Class: Aws::StorageGateway::Types::UpdateSnapshotScheduleOutput

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

Overview

A JSON object containing the Amazon Resource Name (ARN) of the updated storage volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Returns:

  • (String)


7280
7281
7282
7283
7284
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7280

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