Class: Aws::StorageGateway::Types::ListCacheReportsInput

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

#markerString

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

Returns:

  • (String)


4696
4697
4698
4699
4700
# File 'lib/aws-sdk-storagegateway/types.rb', line 4696

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