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)


4643
4644
4645
4646
4647
# File 'lib/aws-sdk-datasync/types.rb', line 4643

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