Class: Aws::StorageGateway::Types::DescribeCacheReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeCacheReportOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_report_info ⇒ Types::CacheReportInfo
Contains all informational fields associated with a cache report.
Instance Attribute Details
#cache_report_info ⇒ Types::CacheReportInfo
Contains all informational fields associated with a cache report. Includes name, ARN, tags, status, progress, filters, start time, and end time.
2946 2947 2948 2949 2950 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2946 class DescribeCacheReportOutput < Struct.new( :cache_report_info) SENSITIVE = [] include Aws::Structure end |