Class: Aws::DataSync::Types::DescribeStorageSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeStorageSystemRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_system_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you’re using with DataSync Discovery.
Instance Attribute Details
#storage_system_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you’re using with DataSync Discovery.
2398 2399 2400 2401 2402 |
# File 'lib/aws-sdk-datasync/types.rb', line 2398 class DescribeStorageSystemRequest < Struct.new( :storage_system_arn) SENSITIVE = [] include Aws::Structure end |