Class: Aws::StorageGateway::Types::ListGatewaysInput

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

Overview

A JSON object containing zero or more of the following fields:

  • ListGatewaysInput$Limit

  • ListGatewaysInput$Marker

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


4373
4374
4375
4376
4377
4378
# File 'lib/aws-sdk-storagegateway/types.rb', line 4373

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

#markerString

An opaque string that indicates the position at which to begin the returned list of gateways.

Returns:

  • (String)


4373
4374
4375
4376
4377
4378
# File 'lib/aws-sdk-storagegateway/types.rb', line 4373

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