Class: Aws::StorageGateway::Types::StartCacheReportOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_report_arnString

The Amazon Resource Name (ARN) of the cache report generated by the StartCacheReport request.

Returns:

  • (String)


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