Class: Aws::StorageGateway::Types::EvictFilesFailingUploadOutput

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

#notification_idString

The randomly generated ID of the CloudWatch notification associated with the cache clean operation. This ID is in UUID format.

Returns:

  • (String)


4247
4248
4249
4250
4251
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4247

class EvictFilesFailingUploadOutput < Struct.new(
  :notification_id)
  SENSITIVE = []
  include Aws::Structure
end