Class: Aws::StorageGateway::Types::ListCacheReportsOutput

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

#cache_report_listArray<Types::CacheReportInfo>

A list of existing cache reports for all file shares associated with your Amazon Web Services account. This list includes all information provided by the DescribeCacheReport action, such as report status, completion progress, start time, end time, filters, and tags.

Returns:



4716
4717
4718
4719
4720
4721
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4716

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

#markerString

If the request includes Marker, the response returns that value in this field.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4716

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