Class: Aws::StorageGateway::Types::CancelCacheReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CancelCacheReportOutput
- Includes:
- Aws::Structure
- Defined in:
- 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 cancel.
Instance Attribute Details
#cache_report_arn ⇒ String
The Amazon Resource Name (ARN) of the cache report you want to cancel.
993 994 995 996 997 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 993 class CancelCacheReportOutput < Struct.new( :cache_report_arn) SENSITIVE = [] include Aws::Structure end |