Class: Aws::StorageGateway::Types::RefreshCacheOutput

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

Overview

RefreshCacheOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

The Amazon Resource Name (ARN) of the file share.

Returns:

  • (String)


5210
5211
5212
5213
5214
5215
# File 'lib/aws-sdk-storagegateway/types.rb', line 5210

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

#notification_idString

The randomly generated ID of the notification that was sent. This ID is in UUID format.

Returns:

  • (String)


5210
5211
5212
5213
5214
5215
# File 'lib/aws-sdk-storagegateway/types.rb', line 5210

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