Class: Aws::DataSync::Types::StorageSystemListEntry

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

Overview

Information that identifies an on-premises storage system that you're using with DataSync Discovery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of an on-premises storage system that you added to DataSync Discovery.

Returns:

  • (String)


5222
5223
5224
5225
5226
5227
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5222

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

#storage_system_arnString

The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.

Returns:

  • (String)


5222
5223
5224
5225
5226
5227
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5222

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