Class: Aws::StorageGateway::Types::DeleteFileShareOutput

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

Overview

DeleteFileShareOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arnString

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

Returns:

  • (String)


2266
2267
2268
2269
2270
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2266

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