Class: Aws::StorageGateway::Types::ListGatewaysOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gatewaysArray<Types::GatewayInfo>

An array of GatewayInfo objects.

Returns:



4435
4436
4437
4438
4439
4440
# File 'lib/aws-sdk-storagegateway/types.rb', line 4435

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

#markerString

Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.

Returns:

  • (String)


4435
4436
4437
4438
4439
4440
# File 'lib/aws-sdk-storagegateway/types.rb', line 4435

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