Class: Aws::DataSync::Types::AddStorageSystemResponse

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

The ARN of the on-premises storage system that you can use with DataSync Discovery.

Returns:

  • (String)


85
86
87
88
89
# File 'lib/aws-sdk-datasync/types.rb', line 85

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