Class: Aws::DataSync::Types::RemoveStorageSystemRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_system_arnString

Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from DataSync Discovery.

Returns:

  • (String)


4433
4434
4435
4436
4437
# File 'lib/aws-sdk-datasync/types.rb', line 4433

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