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

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

Overview

Note:

When making an API call, you may pass DescribeSnapshotScheduleInput data as a hash:

{
  volume_arn: "VolumeARN", # required
}

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)


3338
3339
3340
3341
3342
# File 'lib/aws-sdk-storagegateway/types.rb', line 3338

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