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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


2367
2368
2369
2370
2371
# File 'lib/aws-sdk-storagegateway/types.rb', line 2367

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