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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 85

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