Class: Aws::StorageGateway::Types::StartCacheReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::StartCacheReportOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_report_arn ⇒ String
The Amazon Resource Name (ARN) of the cache report generated by the
StartCacheReport
request.
Instance Attribute Details
#cache_report_arn ⇒ String
The Amazon Resource Name (ARN) of the cache report generated by the
StartCacheReport
request.
6461 6462 6463 6464 6465 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6461 class StartCacheReportOutput < Struct.new( :cache_report_arn) SENSITIVE = [] include Aws::Structure end |