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

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

Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync Discovery.

Returns:

  • (String)


2315
2316
2317
2318
2319
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2315

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