Class: Aws::StorageGateway::Types::EvictFilesFailingUploadOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::EvictFilesFailingUploadOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_id ⇒ String
The randomly generated ID of the CloudWatch notification associated with the cache clean operation.
Instance Attribute Details
#notification_id ⇒ String
The randomly generated ID of the CloudWatch notification associated with the cache clean operation. This ID is in UUID format.
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 |