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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


4396
4397
4398
4399
4400
4401
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4396

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)


4396
4397
4398
4399
4400
4401
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4396

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