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
StartCacheReportrequest.
Instance Attribute Details
#cache_report_arn ⇒ String
The Amazon Resource Name (ARN) of the cache report generated by the
StartCacheReport request.
6476 6477 6478 6479 6480 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6476 class StartCacheReportOutput < Struct.new( :cache_report_arn) SENSITIVE = [] include Aws::Structure end |