Class: Aws::DataSync::Types::DescribeStorageSystemRequest

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 an on-premises storage system that you’re using with DataSync Discovery.

Returns:

  • (String)


2226
2227
2228
2229
2230
# File 'lib/aws-sdk-datasync/types.rb', line 2226

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