Class: Aws::StorageGateway::Types::ListVolumesInput

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

Overview

A JSON object that contains one or more of the following fields:

  • ListVolumesInput$Limit

  • ListVolumesInput$Marker

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-storagegateway/types.rb', line 4713

class ListVolumesInput < Struct.new(
  :gateway_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Specifies that the list of volumes returned be limited to the specified number of items.

Returns:

  • (Integer)


4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-storagegateway/types.rb', line 4713

class ListVolumesInput < Struct.new(
  :gateway_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
# File 'lib/aws-sdk-storagegateway/types.rb', line 4713

class ListVolumesInput < Struct.new(
  :gateway_arn,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end