Class: Aws::StorageGateway::Types::DescribeSnapshotScheduleInput

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

Overview

A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN of the 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)


3170
3171
3172
3173
3174
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3170

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