Class: Aws::StorageGateway::Types::ListFileSystemAssociationsInput

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

Overview

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)


4344
4345
4346
4347
4348
4349
4350
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4344

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

#limitInteger

The maximum number of file system associations to return in the response. If present, Limit must be an integer with a value greater than zero. Optional.

Returns:

  • (Integer)


4344
4345
4346
4347
4348
4349
4350
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4344

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

#markerString

Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present, Marker specifies where to continue the list from after a previous call to ListFileSystemAssociations. Optional.

Returns:

  • (String)


4344
4345
4346
4347
4348
4349
4350
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4344

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