Class: Aws::StorageGateway::Types::ListCacheReportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListCacheReportsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Opaque pagination token returned from a previous
ListCacheReportsoperation.
Instance Attribute Details
#marker ⇒ String
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.
4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4696 class ListCacheReportsInput < Struct.new( :marker) SENSITIVE = [] include Aws::Structure end |