Class: Aws::StorageGateway::Types::ListCacheReportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListCacheReportsOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_report_list ⇒ Array<Types::CacheReportInfo>
A list of existing cache reports for all file shares associated with your Amazon Web Services account.
-
#marker ⇒ String
If the request includes
Marker
, the response returns that value in this field.
Instance Attribute Details
#cache_report_list ⇒ Array<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.
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 |
#marker ⇒ String
If the request includes Marker
, the response returns that value in
this field.
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 |