Class: Aws::StorageGateway::Types::RefreshCacheOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RefreshCacheOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RefreshCacheOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the file share.
-
#notification_id ⇒ String
The randomly generated ID of the notification that was sent.
Instance Attribute Details
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the file share.
5407 5408 5409 5410 5411 5412 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5407 class RefreshCacheOutput < Struct.new( :file_share_arn, :notification_id) SENSITIVE = [] include Aws::Structure end |
#notification_id ⇒ String
The randomly generated ID of the notification that was sent. This ID is in UUID format.
5407 5408 5409 5410 5411 5412 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5407 class RefreshCacheOutput < Struct.new( :file_share_arn, :notification_id) SENSITIVE = [] include Aws::Structure end |