Class: Aws::StorageGateway::Types::DeleteCacheReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteCacheReportOutput
- 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 you want to delete.
Instance Attribute Details
#cache_report_arn ⇒ String
The Amazon Resource Name (ARN) of the cache report you want to delete.
2453 2454 2455 2456 2457 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2453 class DeleteCacheReportOutput < Struct.new( :cache_report_arn) SENSITIVE = [] include Aws::Structure end |